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

In This Topic
    FUNC_IDENTDEVICETAGWITHOUTNESTEDDEVTAG(Int32) Property
    In This Topic
    DT (identifying, without subordinate DT) # 20007. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_IDENTDEVICETAGWITHOUTNESTEDDEVTAG( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_IDENTDEVICETAGWITHOUTNESTEDDEVTAG {
       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 identifying device tag without the subordinate DT. The property is used in the navigator in the tree view.

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

    See Also