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

In This Topic
    Counter Property
    In This Topic
    For PLC inputs you determine with this check box whether it is a counter.
    Syntax
    public bool Counter {get; set;}
    public:
    property bool Counter {
       bool get();
       void set (    bool value);
    }
    See Also