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

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

    The part of the device tag that is displayed in the graphical editor.

    See Also