Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / DeviceTag Property

In This Topic
    DeviceTag Property (ConnectionPointPosition)
    In This Topic
    DT of the plug used to connect the connection point.
    Syntax
    public string DeviceTag {get; set;}
    public:
    property String^ DeviceTag {
       String^ get();
       void set (    String^ value);
    }
    See Also