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

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

    Property Value

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