 | AutomationMLBaseAttributeTypeLibTypeAttributeTypeLib Method |
Gets the AutomationMLBaseAttributeTypeLib from the provided document. If the document doesn't contain
the required library it will be automatically imported from an embedded resource.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static AutomationMLBaseAttributeTypeLibType AttributeTypeLib(
CAEXDocument document
)
Public Shared Function AttributeTypeLib (
document As CAEXDocument
) As AutomationMLBaseAttributeTypeLibType
public:
static AutomationMLBaseAttributeTypeLibType^ AttributeTypeLib(
CAEXDocument^ document
)
Parameters
- document CAEXDocument
- The CAEX document.
Return Value
AutomationMLBaseAttributeTypeLibTypeThe AutomationMLBaseAttributeTypeLib
RemarksNot available for CAEX version 2.15
See Also