DrawingViews Collection

 

See Also UseCases Properties Methods

 




A collection of all the DrawingView objects that are in a DrawingSheet object.

Using the DrawingViews Collection

Use the Add method to create a new, empty drawing view and add it to the collection. The following example adds a new, empty drawing view to the active drawing sheet.

DrawingViews.Add

Use the Item method to retrieve a drawing view from the collection.

DrawingViews.Item(index)

where index is the drawing view name or index number in the DrawingViews collection.

The active view can be retrieved thanks to the ActiveView property.

For more information about using a single DrawingView object, see the DrawingView object.


Copyright © 1994-2003, Dassault Systèmes. All rights reserved.