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

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

    Property Value

    Eplan.EplApi.DataModel.EObjects.PlugStrips placed on the page. If the filter was set up, returns Eplan.EplApi.DataModel.EObjects.PlugStrips on the page.
    Exceptions
    ExceptionDescription
    Thrown when the page is transient.
    See Also