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

PLCs Property
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;}

Property Value

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