Click or drag to resize

AMLFileIsValidAutomationMLVersion Method

Determines whether the specified AML version is a valid version string for this AMLFile

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsValidAutomationMLVersion(
	string amlVersion
)

Parameters

amlVersion  String
The version string.

Return Value

Boolean
true if specified AML version is a valid version string for this AMLFile; otherwise, false.
See Also