Eplan Platform API
Eplan.EplApi.DataModel.Topology Namespace / Segment Class / Create Method / Create(Project) Method
Project to which this object will be assigned. Can't be null.

Create(Project) Method
Creates new unplaced segment.
Syntax
public void Create( 
   Project pProject
)

Parameters

pProject
Project to which this object will be assigned. Can't be null.
Exceptions
ExceptionDescription
Thrown when parameter is null.
Thrown when the Segment cannot be created.
Thrown when internal error has occured. Please see the exception message for details.
See Also