public override Page Page {get; set;}
Property Value
Page of the placement.null
if it is a transient placement.public override Page Page {get; set;}
null
if it is a transient placement.Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when the placement's page cannot be retrieved from the data model. |
Eplan.EplApi.Base.BaseException | Thrown when it is not possible to place the placement on given page. |
System.ArgumentNullException | Thrown when pPage is null . |