  | AttributeFamilyTypeAttributeType Property | 
                Gets a collection of the subordinate AttributeTypes (the direct children) in the AttributeType tree of this
                AttributeType.
            
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequenceOfCAEXObjectsWithReference<AttributeFamilyType> AttributeType { get; }Public ReadOnly Property AttributeType As CAEXSequenceOfCAEXObjectsWithReference(Of AttributeFamilyType)
	Get
public:
virtual property CAEXSequenceOfCAEXObjectsWithReference<AttributeFamilyType^>^ AttributeType {
	CAEXSequenceOfCAEXObjectsWithReference<AttributeFamilyType^>^ get () sealed;
}Property Value
CAEXSequenceOfCAEXObjectsWithReferenceAttributeFamilyTypeImplements
IAttributeTypeContainerAttributeType
See Also