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.

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