Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / PLC Class / Plugs Property

In This Topic
    Plugs Property (PLC)
    In This Topic
    \Returns all Plugs assigned to the PLC.
    Syntax
    public Plug[] Plugs {get;}
    public:
    property array<Plug^>^ Plugs {
       array<Plug^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when cannot read Plugs assigned to this PLC.
    See Also