Share

ClientView Object


Description

The ClientView object represents a view of the document/drawing sheet attached to a user-specified window handle. See the article in the overviews section.

Methods

Name Description
Close Method that closes out the graphics context for the view. The hWnd is not affected.
GetSubsetExtents Method that returns the extents of the client view within its assigned hWnd.
Update Method that redraws the view.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Camera Property that returns the camera for the view.
DisplayMode Rendering mode of view (shaded, hidden, hidden line).
Document Property that returns the document object this is a view of.
GroundShadow Gets and sets the ground shadow setting on the view!/s window.
HWND Property that returns the hWnd (the handle assigned by Windows to the current window) of the view.
Parent Property that returns the parent object from whom this object can logically be reached.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ClientViews.Add, ClientViews.AddBySubset, ClientViews.Item

Version

Introduced in version 6

Was this information helpful?