public PropertyValue AUTOMATIONML_OBJECTID( int index ) {get; set;}
public: property PropertyValue^ AUTOMATIONML_OBJECTID { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue AUTOMATIONML_OBJECTID( int index ) {get; set;}
public: property PropertyValue^ AUTOMATIONML_OBJECTID { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
This property is required for the AutomationML export and import. Each object is identified in AutomationML by a GUID (Globally Unique Identifier) that is unique worldwide. The GUID is generated automatically and should normally not be modified manually.