Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_SEGMENT_PLCCOUNTER_COUNT Property / DMPLAOBJECT_SEGMENT_PLCCOUNTER_COUNT Property

In This Topic
    DMPLAOBJECT_SEGMENT_PLCCOUNTER_COUNT Property
    In This Topic
    Number of PLC counter inputs # 44083.
    Syntax
    public PropertyValue DMPLAOBJECT_SEGMENT_PLCCOUNTER_COUNT {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_SEGMENT_PLCCOUNTER_COUNT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Shows the sum of the PLC counter inputs (meaning PLC inputs identified as counters) for the current planning object.

    See Also