Click or drag to resize

AttributeFamilyTypeGetReferenceHierarchy Method

Gets the reference (inheritance) hierarchy. The reference hierarchy includes this instance and the reference hierarchy of an associated BaseClass defining a class to class relation.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeFamilyType> GetReferenceHierarchy()

Return Value

IEnumerableAttributeFamilyType
Collection, containing this instance and the reference hierarchy of a base class.

Implements

IClassWithBaseClassReferenceTGetReferenceHierarchy
See Also