Click or drag to resize

AttributeFamilyTypeInheritedAttributes Property

Gets all attributes, including the inherited attributes of the base classes in the inheritance tree.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeType> InheritedAttributes { get; }

Property Value

IEnumerableAttributeType
See Also