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

Create(Page) Method
Creates a Cable 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 Cable will be located on

Return Value

Created new Cable object
Exceptions
ExceptionDescription
Thrown when the Cable cannot be created.
Thrown when page parameter is null.
Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
Remarks
In intersections of cable and wires connection definition points are not created.
See Also