Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlcIOPropertyList Class / PLCIOENTRY_DIRECTION Property / PLCIOENTRY_DIRECTION Property

In This Topic
    PLCIOENTRY_DIRECTION Property
    In This Topic
    Direction # 23403.
    Syntax
    public PropertyValue PLCIOENTRY_DIRECTION {get; set;}
    public:
    property PropertyValue^ PLCIOENTRY_DIRECTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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