Sheet.DrawingViews Property
Parent Object: SheetDescription
Property that returns the collection object. This provides access to the existing drawing views on the sheet.
Syntax
Sheet.DrawingViews() As DrawingViewsProperty Value
This is a read only property whose value is a DrawingViews.Samples
Name | Description |
Add detail drawing view | This sample demonstrates the creation of a detail drawing view with an attach point. |
Creating a parts list | This sample demonstrates the creation of a parts list. The parts list is placed at the top right corner of the border if one exists, else it is placed at the top right corner of the sheet. |
Break alignment of a section view | Sample showing how to break the alignment of a drawing section view by calling the DrawingBreakViewAlignment command. |