Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / Network Property

In This Topic
    Network Property
    In This Topic
    Designation of the bus bundle or net on which the PLC bus port hangs.
    Syntax
    public string Network {get; set;}
    public:
    property String^ Network {
       String^ get();
       void set (    String^ value);
    }
    See Also