A dimension that measures the distance between two points and is displayed at a given rotation.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadDimRotated
- Object Inheritance
-
Object AcadObject AcadEntity AcadDimension AcadDimRotated
- Create Using
-
VBA
ModelSpace.AddDimRotated PaperSpace.AddDimRotated Block.AddDimRotated
- Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Remarks

A linear dimension created at 45 degrees
To change the extension lines of a rotated dimension, change the Rotation and/or TextPosition properties. The extension lines will be recalculated to fit the new requirements.
To create a rotated dimension, use the AddDimRotated method.