Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentPlacement Class / CreateTransient Method
Planning segment for which placement will be created. Can't be null.
Page on which placement will be created. Can't be null.

CreateTransient Method (SegmentPlacement)
Creates transient and place planning placement on page.
Syntax
public void CreateTransient( 
   PlanningSegment pSourceSegment,
   Page pPage
)

Parameters

pSourceSegment
Planning segment for which placement will be created. Can't be null.
pPage
Page on which placement will be created. Can't be null.
Exceptions
ExceptionDescription
Thrown when parameter is null.
Thrown when object cannot be created.
See Also