API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_DEVICETAG_NESTED Property / FUNC_DEVICETAG_NESTED(Int32) Property

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

    Supplies the subordinate device tag without project structures.

    Example: "K1" is output for "=A+O-U1-K1".

    See Also