A dimension that measures the distance between two points and is displayed at a given rotation.
Supported Platforms: Windows only
AcadDimRotated
Object AcadObject AcadEntity AcadDimension AcadDimRotated
VBA
ModelSpace.AddDimRotated PaperSpace.AddDimRotated Block.AddDimRotated
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
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.