 | AmlObjectsExtensionsGetMetaInformation(CAEXFileType, String) Method |
This function returns the MetaInformation corresponding to the writerID, otherwise null.
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static MetaInformation GetMetaInformation(
this CAEXFileType caexFile,
string writerID
)
<ExtensionAttribute>
Public Shared Function GetMetaInformation (
caexFile As CAEXFileType,
writerID As String
) As MetaInformation
public:
[ExtensionAttribute]
static MetaInformation^ GetMetaInformation(
CAEXFileType^ caexFile,
String^ writerID
)
Parameters
- caexFile CAEXFileType
- this CAEX file
- writerID String
- the writerID
Return Value
MetaInformation
This function returns the MetaInformation corresponding to the writerID, otherwise null.
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
Remarks
Extension Method originally designed for AutomationML Versions based on CAEX 2.15. If this method is applied to
a CAEX 3.0 document, the information is transformed from a
SourceDocumentInformationType.
See Also