DrawingDimension.Attached Property
Parent Object: DrawingDimensionDescription
Indicates whether this dimension is attached to anything. If not, it is considered orphaned and can be removed.
Syntax
DrawingDimension.Attached() As BooleanProperty Value
This is a read only property whose value is a Boolean.Samples
Name | Description |
Find and remove unattached dimensions | This sample finds and deletes all unattached drawing dimensions on the active sheet in a drawing. |