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.

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