Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Terminal Class / PlcIOEntry Property

In This Topic
    PlcIOEntry Property
    In This Topic
    Gets a PlcIOEntry object associated with this PLC terminal. Returns NULL for non-PLC terminals.
    Syntax
    public PlcIO PlcIOEntry {get;}
    public:
    property PlcIO^ PlcIOEntry {
       PlcIO^ get();
    }
    See Also