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

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

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