Share

DrawingDimension.Attached Property

Parent Object: DrawingDimension

Description

Indicates whether this dimension is attached to anything. If not, it is considered orphaned and can be removed.

Syntax

DrawingDimension.Attached() As Boolean

Property 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.

Version

Introduced in version 10

Was this information helpful?