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

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