 | AMLFileIsAutomationMLVersion Method |
Determines whether the specified XML element represents an AdditionalInformation object, representing the
AutomationMLVersion.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsAutomationMLVersion(
XElement element
)
Public Shared Function IsAutomationMLVersion (
element As XElement
) As Boolean
public:
static bool IsAutomationMLVersion(
XElement^ element
)
Parameters
- element XElement
- The element.
Return Value
Booleantrue if the specified element is the AutomationML version element; otherwise,
false.
See Also