A dimension measuring the radius of a circle or arc.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadDimRadial
- Object Inheritance
-
Object AcadObject AcadEntity AcadDimension AcadDimRadial
- Create Using
-
VBA
ModelSpace.AddDimRadial PaperSpace.AddDimRadial Block.AddDimRadial
- Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Remarks
The position of the text (TextPosition property) determines the location of the dimension line.

Examples of radial dimensions
To create a radial dimension, use the AddDimRadial method.