Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_IDENTDEVICETAGPARTS Property / FUNC_IDENTDEVICETAGPARTS Property

In This Topic
    FUNC_IDENTDEVICETAGPARTS Property
    In This Topic
    Identifying DT elements # 20096.
    Syntax
    public PropertyValue FUNC_IDENTDEVICETAGPARTS {get; set;}
    public:
    property PropertyValue^ FUNC_IDENTDEVICETAGPARTS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Outputs a single value for the DT that is structured in such a way that it can be separated into individual parts and the structure elements assigned, even when using block properties and when the "Edit DT in individual fields" property (ID 10090) is enabled. If there is no format for block properties and the "Edit DT in individual fields" property is not enabled, this property corresponds precisely to the "Device tag (identifying)" property (ID 20005); otherwise the property outputs the individual parts of the DT using separators.

    See Also