GetLine2EndPoint Method (IAngularDimension) Send Feedback
See Also  Example
X[out]
x coordinate
Y[out]
y coordinate
Z[out]
z coordinate
Gets the end point of the second line of the angular Dimension.

Syntax

Visual Basic 
Sub GetLine2EndPoint( _
   ByRef X As System.Double, _
   ByRef Y As System.Double, _
   ByRef Z As System.Double _
) 
C# 
void GetLine2EndPoint( 
   out System.double X,
   out System.double Y,
   out System.double Z
)
JavaScript 
GetLine2EndPoint(
) : {
   X : Number,
   Y : Number,
   Z : Number
}
COM native C++ 
HRESULT GetLine2EndPoint( 
   DOUBLE* X,
   DOUBLE* Y,
   DOUBLE* Z
) 
C++ 
DSRESULT GetLine2EndPoint( 
   double* X,
   double* Y,
   double* Z
) 

Parameters

X[out]
x coordinate
Y[out]
y coordinate
Z[out] or Return Value
z coordinate

Example

 

See Also

Availability

DraftSight V1R1.2