A linear dimension, measuring the distance between two points, that is displayed parallel to the points being measured.
Supported Platforms: Windows only
AcadDimAligned
Object AcadObject AcadEntity AcadDimension AcadDimAligned
VBA
ModelSpace.AddDimAligned PaperSpace.AddDimAligned Block.AddDimAligned
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
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.