 | AmlObjectsExtensionsSetMetaInformation(CAEXFileType, MetaInformation) Method |
This method is a short version of the setMetaInformation. Meta data with identical
WriterID is replaced.
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static void SetMetaInformation(
this CAEXFileType caexFile,
MetaInformation metaInformation
)
<ExtensionAttribute>
Public Shared Sub SetMetaInformation (
caexFile As CAEXFileType,
metaInformation As MetaInformation
)
public:
[ExtensionAttribute]
static void SetMetaInformation(
CAEXFileType^ caexFile,
MetaInformation^ metaInformation
)
Parameters
- caexFile CAEXFileType
- the CAEXFile
- metaInformation MetaInformation
- the structure MetaInformation
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 to a
SourceDocumentInformationType.
See Also