API Help
Eplan.EplApi.DataModel Namespace / Page Class / BoxedDevices Property

BoxedDevices Property
Returns all BoxedDevices placed on the page. If the filter was set up, returns BoxedDevices matching the filter.
Syntax
public BoxedDevice[] BoxedDevices {get;}

Property Value

BoxedDevices on the page.
Exceptions
ExceptionDescription
Thrown when the page is transient.
See Also