Autodesk.AutoCAD.DatabaseServices Namespace > AlignedDimension Class > AlignedDimension Properties > XLine1Point Property
AlignedDimension.XLine1Point Property
Description

 

Accesses the definition point (in WCS coordinates) that is used as the start point for the first extension line of the dimension.

Visual Basic
Public Property XLine1Point() As Point3d
C#
public Point3d XLine1Point;
Conditions

Read / Write

Notes

The AutoCAD DIMEXO dimension variable will affect how the extension line is displayed relative to this point. 

 

The first extension line start point is used for DXF group code 13.

Links
   Comments?