A dimension measuring the angular distance between two lines or between the angle of a circular arc.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadDimAngular
- Object Inheritance
-
Object AcadObject AcadEntity AcadDimension AcadDimAngular
- Create Using
-
VBA
ModelSpace.AddDimAngular PaperSpace.AddDimAngular Block.AddDimAngular
- Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
Remarks
If you need extension lines, they will be added automatically. The endpoints provided will be used as origin points for the extension lines.

An angular dimension measuring the angle of a circular arc
To create an angular dimension, use the AddDimAngular method.