API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / FUNC_IDENTDEVICETAGPARTS Property / FUNC_IDENTDEVICETAGPARTS(Int32) Property

In This Topic
    FUNC_IDENTDEVICETAGPARTS(Int32) Property
    In This Topic
    Identifying DT elements # 20096. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_IDENTDEVICETAGPARTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_IDENTDEVICETAGPARTS {
       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 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