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

CreateTransient Method (RoutingSegment)
Create new routing segment in P8 project.
Syntax
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