API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment.PLCAddress Class / Station Property

In This Topic
    Station Property (PlanningSegment.PLCAddress)
    In This Topic
    The station ID for the PLC box to which the PLC connection point belongs.
    Syntax
    public string Station {get; set;}
    public:
    property String^ Station {
       String^ get();
       void set (    String^ value);
    }
    See Also