 | AttributeFamilyTypeInheritedAttributes Property |
Gets all attributes, including the inherited attributes of the base classes in the inheritance tree.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<AttributeType> InheritedAttributes { get; }
Public ReadOnly Property InheritedAttributes As IEnumerable(Of AttributeType)
Get
public:
property IEnumerable<AttributeType^>^ InheritedAttributes {
IEnumerable<AttributeType^>^ get ();
}
Property Value
IEnumerableAttributeType
See Also