API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentPlacement Class / Create Method / Create(PlanningSegment,Page) Method
Planning segment for which placement will be created. Can't be null.
Page on which placement will be created. Can't be null.

Create(PlanningSegment,Page) Method
Creates and place planning placement on page.
Syntax
public void Create( 
   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