A linear dimension, measuring the distance between two points, that is displayed parallel to the points being measured.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadDimAligned
- Object Inheritance
-
Object AcadObject AcadEntity AcadDimension AcadDimAligned
- Create Using
-
VBA
ModelSpace.AddDimAligned PaperSpace.AddDimAligned Block.AddDimAligned
- Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Remarks
In aligned dimensions, the dimension line is parallel to the extension line origins. The extension line origins are specified using the ExtLine1Point and ExtLine2Point properties.

To create an aligned dimension use the AddDimAligned method.