API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / DeviceTag Property

In This Topic
    DeviceTag Property (MDConnectionPointPosition)
    In This Topic
    The device tag of the plug connected with the connection point
    Syntax
    public string DeviceTag {get; set;}
    public:
    property String^ DeviceTag {
       String^ get();
       void set (    String^ value);
    }
    See Also