 | AMLFileMaximalAMLVersion Property |
Gets the maximal AutomationML version, which can be associated with this AMLFile. The maximal AutomationML version
depends on the used CAEX version. For CAEX 2.15 the maximal AutomationML version is 2.0. For CAEX 3.0 the maximal
version is 2.10.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Version MaximalAMLVersion { get; }
Public ReadOnly Property MaximalAMLVersion As Version
Get
public:
property Version^ MaximalAMLVersion {
Version^ get ();
}
Property Value
Version
See Also