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

TerminalStrips Property
Returns all Eplan.EplApi.DataModel.EObjects.TerminalStrips placed on the page. If the filter was set up, returns Eplan.EplApi.DataModel.EObjects.TerminalStrips matching the filter.
Syntax
public TerminalStrip[] TerminalStrips {get;}

Property Value

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