Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placement Class / Page Property

In This Topic
    Page Property (Placement)
    In This Topic
    Returns the page the Placement is on, or assigns a Page object to the placement. If the placement was previously assigned to another page, it is removed from old one and assigned to the page given as an argument.
    Syntax
    public virtual Page Page {get; set;}
    public:
    virtual property Page^ Page {
       Page^ get();
       void set (    Page^ value);
    }

    Property Value

    Page of the placement. null if it is a transient placement.
    Exceptions
    ExceptionDescription
    Thrown when the placement's page cannot be retrieved from the data model.
    Thrown when it is not possible to place the placement on given page.
    Thrown when pPage is null.
    Remarks
    In case of Eplan.EplApi.DataModel.Graphics.PropertyPlacement class setting Page property doesn't change the page for this placement.
    See Also