Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / AUTOMATIONML_OBJECTID Property / AUTOMATIONML_OBJECTID Property

In This Topic
    AUTOMATIONML_OBJECTID Property
    In This Topic
    # 25030.
    Syntax
    public PropertyValue AUTOMATIONML_OBJECTID {get; set;}
    public:
    property PropertyValue^ AUTOMATIONML_OBJECTID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    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.

    See Also