Share

ClientViews Object


Description

The ClientViews collection object represents the collection of objects for a document/drawing sheet, along with the ability to add new views to the collection. See the article in the overviews section.

Methods

Name Description
Add Method that adds a new to the collection.
AddBySubset Add a new within a rectangular region of a window, identified by its hWnd. This allows multiple views in a single hWnd.

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.
Count Property that returns the number of items in this collection.
Item Returns the specified object from the collection. This is the default property of the ClientViews collection object.
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

ApprenticeServerDocument.ClientViews, ApprenticeServerDrawingDocument.ClientViews, AssemblyDocument.ClientViews, ClientView.Parent, Document.ClientViews, DrawingDocument.ClientViews, PartDocument.ClientViews, PresentationDocument.ClientViews, Sheet.ClientViews

Version

Introduced in version 6

Was this information helpful?