ArcObjects Library Reference  (Schematic)    

INgProjectViews Interface

Provides access to members that control the view windows positioning and the printer configuration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

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

CoClasses that implement INgProjectViews

CoClasses and Classes Description
NgProject Project object.

See Also

INgProject Interface

 


Feedback Send feedback on this page