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

In This Topic
    FUNC_DEVICETAG_FULL(Int32) Property
    In This Topic
    DT (full, without project structures) # 20009. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_DEVICETAG_FULL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DEVICETAG_FULL {
       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 device tag without the project structures, i.e., the following is output:

    The result is "K1" for "=A1-K1," "K1" for "-K1" and "K1-K2" for "=A1-K1-K2".

    See Also