API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / AUTOMATIONML_OBJECTID Property / AUTOMATIONML_OBJECTID(Int32) Property

In This Topic
    AUTOMATIONML_OBJECTID(Int32) Property
    In This Topic
    # 25030. This property isn't indexed.
    Syntax
    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

    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