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

CreateTransient(Project) Method
Creates new transient and unplaced segment.
Syntax
public void CreateTransient( 
   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