Provides access to members that control the view windows positioning and the printer configuration.
| Description | ||
|---|---|---|
![]() |
GetPrintableArea | Returns the current printing area defined in the printer configuration dialog box. |
![]() |
GetScreenSize | Returns the screen 'width' and 'height' in pixels units. |
![]() |
GetTileArea | Returns the 'upperLeftCorner' and 'lowerRightCorner' points enclosing the area used to position the schematic windows. |
![]() |
OpenedViews | List of the views that are currently open in the project. |
![]() |
PrintSetup | Opens the default printer configuration dialog box. |
![]() |
RestoreSession | Restores the session named 'sessionName'; that is, restores the views to their last saved position and display state. |
![]() |
SaveMode | Saving mode for the schematic session. |
![]() |
SaveSession | Saves the schematic session associated with the project. |
![]() |
SetTileArea | Defines the area enclosed between the 'upperLeftCorner' and 'lowerRightCorner' points that will be used to position the schematic windows. |
![]() |
TileViews | Arranges the views according to the 'mode' tile views option (see esriNgTileViewMode). |
![]() |
UnsetTileArea | Restores the default area used to position the view windows. Cancels the area previously defined by triggering the 'SetTileArea' method. |
| CoClasses and Classes | Description |
|---|---|
| NgProject | Project object. |