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

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

    Parameters

    page
    Eplan.EplApi.DataModel.Page where the TerminalStrip will be located on.
    Exceptions
    ExceptionDescription
    Thrown if the TerminalStrip cannot be created.
    Thrown if page parameter is NULL.
    Thrown if the page parameter has its PageType set to the wrong document type.
    See Also