Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartHierarchyPosition Class / Devicetag Property

In This Topic
    Devicetag Property (MDPartHierarchyPosition)
    In This Topic
    Returns the device tag of the position.
    Syntax
    public string Devicetag {get; set;}
    public:
    property String^ Devicetag {
       String^ get();
       void set (    String^ value);
    }
    See Also