Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSegment Class / CreateTransient Method

In This Topic
    CreateTransient Method (RoutingSegment)
    In This Topic
    Create new routing segment in P8 project.
    Syntax
    public void CreateTransient( 
       InstallationSpace pInstallationSpace
    )
    public:
    void CreateTransient( 
       InstallationSpace^ pInstallationSpace
    ) 

    Parameters

    pInstallationSpace
    Exceptions
    ExceptionDescription
    Thrown when the RoutingSegment has already been created.
    Thrown if parameter pInstallationSpace is null.
    Remarks
    Method creates new routing segment and sets given installation space as its parent.
    See Also