Click or drag to resize

AmlObjectsExtensionsGetMetaInformation(CAEXFileType) Method

This methods returns an Enumeration of all "WriterHeader" meta information out of an existing AutomationML file.

Namespace: Aml.Engine.AmlObjects.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<MetaInformation> GetMetaInformation(
	this CAEXFileType caexFile
)

Parameters

caexFile  CAEXFileType
the CAEX file

Return Value

IEnumerableMetaInformation
Enumerable with element containing all meta information, or null if no meta information is existing

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
ExceptionCondition
ArgumentNullExceptioncaexFile
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