Sheet.DrawingDimensions Property
Parent Object: SheetDescription
Property that returns the DrawingDimensions collection object. This object provides access to all of the dimensions on the sheet.
Syntax
Sheet.DrawingDimensions() As DrawingDimensionsProperty Value
This is a read only property whose value is a DrawingDimensions.Samples
Name | Description |
Center Dimension Text | This sample demonstrates how to center the text of all dimensions on the active sheet in a drawing. |
Baseline dimension sets | This sample demonstrates the creation of a baseline set dimension in a drawing. |
Dimensions - edit | This sample demonstrates the editing of sheet dimensions and the associated dimension style. |
Find and remove unattached dimensions | This sample finds and deletes all unattached drawing dimensions on the active sheet in a drawing. |
Create ordinate dimension | This sample demonstrates the creation of ordinate dimensions in a drawing document. |