 | AttributeTypeLibTypeAttributeType Property |
Gets the collection of AttributeType objects contained in this AttributeTypeLib element.
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