Click or drag to resize

CAEXBasicObjectExtensionsAutomationMLEdition Method

Gets the AutomationML edition of this caex object. The AutomationML edition is extracted from the AutomationML filename, if it is coded in the name as defined in the library development guide. If no edition is defined in the filename, the AutomationML version string is provided as it is found in the AutomationML document.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string AutomationMLEdition(
	this CAEXBasicObject caexObject
)

Parameters

caexObject  CAEXBasicObject
The CAEX object

Return Value

String
The AutomationML edition string, extracted from the filename if defined, otherwise the AutomationML version string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXBasicObject. 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