GetSecondPoint Method (ILine) Send Feedback
See Also 
X[out]
x coordinate of the point that ends the Line
Y[out]
y coordinate of the point that ends the Line
Z[out]
z coordinate of the point that ends the Line
Gets the point that ends the Line.

Syntax

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

Parameters

X[out]
x coordinate of the point that ends the Line
Y[out]
y coordinate of the point that ends the Line
Z[out] or Return Value
z coordinate of the point that ends the Line
 

See Also

Availability

DraftSight V1R1.1