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

Create(Page) Method
Creates a PlugStrip 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 PlugStrip will be located on.
Exceptions
ExceptionDescription
Thrown if the PlugStrip object cannot be created.
Thrown if the page parameter is NULL.
Thrown if the page parameter has its PageType set to "ExternalDocument".
See Also