SetLine2Point Method (IAngularDimension) Send Feedback
See Also 
X
x coordinate
Y
y coordinate
Z
z coordinate
Sets the start point of the second line of the angular Dimension.

Syntax

Visual Basic 
Sub SetLine2Point( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) 
C# 
void SetLine2Point( 
   System.double X,
   System.double Y,
   System.double Z
)
JavaScript 
SetLine2Point( 
   X : Number,
   Y : Number,
   Z : Number
)
COM native C++ 
HRESULT SetLine2Point( 
   DOUBLE X,
   DOUBLE Y,
   DOUBLE Z
) 
C++ 
DSRESULT SetLine2Point( 
   double X,
   double Y,
   double Z
) 

Parameters

X
x coordinate
Y
y coordinate
Z
z coordinate
 

See Also

Availability

DraftSight V1R1.2