API Help
Eplan.EplApi.DataModel Namespace / PlcIOPropertyList Class / PLCIOENTRY_DIRECTION Property / PLCIOENTRY_DIRECTION(Int32) Property

In This Topic
    PLCIOENTRY_DIRECTION(Int32) Property
    In This Topic
    Direction # 23403. This property isn't indexed.
    Syntax
    public PropertyValue PLCIOENTRY_DIRECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLCIOENTRY_DIRECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    PLC connection points can be inputs or outputs. Input and output addresses can be recognized by the direction (input, output, undefined).

    See Also