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

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

    Contains the identifying device tag of the function (without terminal / connection point designation).

    See Also