 | CAEXDocumentAttributeTypeLib Property |
Gets the collection of SystemUnitClassLib objects contained in the CAEXFile.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual CAEXSequenceOfCAEXObjects<AttributeTypeLibType> AttributeTypeLib { get; }
Public Overridable ReadOnly Property AttributeTypeLib As CAEXSequenceOfCAEXObjects(Of AttributeTypeLibType)
Get
public:
virtual property CAEXSequenceOfCAEXObjects<AttributeTypeLibType^>^ AttributeTypeLib {
CAEXSequenceOfCAEXObjects<AttributeTypeLibType^>^ get ();
}
Property Value
CAEXSequenceOfCAEXObjectsAttributeTypeLibType
See Also