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

In This Topic
    PLC Property (Plug)
    In This Topic
    Returns PLC object related to PLC.
    Syntax
    public PLC PLC {get;}
    public:
    property PLC^ PLC {
       PLC^ get();
    }

    Property Value

    PLC object.
    Exceptions
    ExceptionDescription
    The PlugStrip for this PLC cannot be found.
    See Also