Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFrame Class / Page Property

Page Property (PlotFrame)
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 override Page Page {get;}

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