 | DocumentVersionsGetAllDocumentVersionInformation Method |
This methods returns an Enumeration of all Information related to document
versions defined in the "DocumentVersions" information of an AutomationML document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<DocumentVersionInformation> GetAllDocumentVersionInformation(
this CAEXFileType caexFile
)
<ExtensionAttribute>
Public Shared Function GetAllDocumentVersionInformation (
caexFile As CAEXFileType
) As IEnumerable(Of DocumentVersionInformation)
public:
[ExtensionAttribute]
static IEnumerable<DocumentVersionInformation^>^ GetAllDocumentVersionInformation(
CAEXFileType^ caexFile
)
Parameters
- caexFile CAEXFileType
-
the CAEX file of the AutomationML document.
Return Value
IEnumerableDocumentVersionInformation
Enumerable containing all Documents in the DocumentVersion information, or
null if no DocumentVersion information exists.
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).
See Also