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

Syntax

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

Parameters

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

Example

See the ITrace examples.
 

See Also

Availability

DraftSight V1R5.0