GetVertex4Coordinate Method (IFace) Send Feedback
See Also 
X[out]
x coordinate
Y[out]
y coordinate
Z[out]
z coordinate
Gets the coordinates of the fourth vertex of the Face.

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R1.3