 | 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.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string AutomationMLEdition(
this CAEXBasicObject caexObject
)
<ExtensionAttribute>
Public Shared Function AutomationMLEdition (
caexObject As CAEXBasicObject
) As String
public:
[ExtensionAttribute]
static String^ AutomationMLEdition(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object
Return Value
StringThe 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