 | ExternalDataReferenceAddExternalDataReferenceLibraries Method |
Adds the external data reference libraries used to model external document
references. It is checked, if the needed role- and interface libraries are
contained in the AMLDocument. If this libs are missing, they are imported from
an embedded resource stream. The current Version of the embedded libs is
version 1.0.0.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static void AddExternalDataReferenceLibraries(
this CAEXFileType caexFile
)
<ExtensionAttribute>
Public Shared Sub AddExternalDataReferenceLibraries (
caexFile As CAEXFileType
)
public:
[ExtensionAttribute]
static void AddExternalDataReferenceLibraries(
CAEXFileType^ caexFile
)
Parameters
- caexFile CAEXFileType
- The CAEX file of the AMLDocument.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CAEXFileType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions
See Also