Click or drag to resize

CAEXObjectID Property

Gets and sets a unique identifier of the CAEX object (optional in CAEX). AutomationML requires IDs for some Elements. These IDs are automatically set when such elements are created.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string ID { get; set; }

Property Value

String

Implements

ICAEXObjectID
See Also