API Help
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / Create Method / Create(Page) Method
Eplan.EplApi.DataModel.Page where the TerminalStrip will be located on

Create(Page) Method
Creates a TerminalStrip object placed on a Eplan.EplApi.DataModel.Page given as a parameter.
Syntax
public void Create( 
   Page page
)

Parameters

page
Eplan.EplApi.DataModel.Page where the TerminalStrip will be located on

Return Value

Created new TerminalStrip object
Exceptions
ExceptionDescription
Thrown when the TerminalStrip cannot be created.
Thrown when page parameter is null.
Thrown when given Eplan.EplApi.DataModel.Page has PageType set to wrong document type.
See Also