GetVertex3Coordinate Method (ITrace) Send Feedback
See Also 
X[out]
x coordinate of the third vertex
Y[out]
y coordinate of the third vertex
Z[out]
z coordinate of the third vertex
Gets the x, y, and z coordinates of the third vertex of this Trace.

Syntax

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

Parameters

X[out]
x coordinate of the third vertex
Y[out]
y coordinate of the third vertex
Z[out] or Return Value
z coordinate of the third vertex

Example

See the ITrace examples.
 

See Also

Availability

DraftSight V1R5.0