API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_SEGMENT_ANALOG_PLCINPUT_COUNT Property / DMPLAOBJECT_SEGMENT_ANALOG_PLCINPUT_COUNT(Int32) Property

In This Topic
    DMPLAOBJECT_SEGMENT_ANALOG_PLCINPUT_COUNT(Int32) Property
    In This Topic
    Number of analog PLC inputs # 44081. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_SEGMENT_ANALOG_PLCINPUT_COUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_SEGMENT_ANALOG_PLCINPUT_COUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    See Also