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

Return Value

Created new PlugStrip object
Exceptions
ExceptionDescription
Thrown when the PlugStrip cannot be created.
Thrown when page parameter is null.
Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
See Also