See Also | UseCases | Properties | Methods |
A collection of all the DrawingSheet objects that are currently open in a DrawingDocument object.
Use the Add method to create a new, empty drawing sheet and add it to the collection. The following example adds a new, empty drawing sheet to the active drawing document.
DrawingSheets.Add
Use the AddDetail method to add a detail drawing sheet and add it to the collection. The following example adds a new, empty drawing sheet to the active drawing document.
DrawingSheets.AddDetail
Use the Item method to retrieve a drawing sheet from the collection.
DrawingSheets.Item(index)
where index is the drawing sheet name or index number in the DrawingSheets collection.
For more information about using a single DrawingSheet object, see the DrawingSheet object.
Copyright © 1994-2003, Dassault Systèmes. All rights reserved.