API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DEVICETAG_NESTEDNAME Property / FUNC_DEVICETAG_NESTEDNAME(Int32) Property

In This Topic
    FUNC_DEVICETAG_NESTEDNAME(Int32) Property
    In This Topic
    Subordinate product aspect incl. name supplement # 20336. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_DEVICETAG_NESTEDNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DEVICETAG_NESTEDNAME {
       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..

    Provides the subordinate part of the full name of a function without the project structures.

    Example: "X1" is output for a terminal strip "=A+O-U1-X1" and "X2:3" is output for a terminal "=A-U2-X2:3". This corresponds to the output for the property DT (subordinate, without project structures) (ID 20004) with additional specification of the terminal or connection designation.

    See Also