Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / PLCs Property

In This Topic
    PLCs Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.EObjects.PLCs placed on the page. If the filter was set up, returns BoxedDevices matching the filter.
    Syntax
    public PLC[] PLCs {get;}
    public:
    property array<PLC^>^ PLCs {
       array<PLC^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.EObjects.PLCs on the page.
    Exceptions
    ExceptionDescription
    Thrown when the page is transient.
    See Also