Description
Accesses the definition point (in WCS coordinates) that specifies where the dimension line will be. This point will be somewhere on the dimension line.
Visual Basic
Public Property DimLinePoint() As Point3d
C#
public Point3d DimLinePoint;
Conditions
Read / Write
Notes
This point is the primary definition point for the AlignedDimension type.
The dimension line definition point is used for DXF group code 10.
Links
AlignedDimension Class, Autodesk.AutoCAD.DatabaseServices Namespace