Gets the x, y, and z coordinates of the point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPosition( _
DOUBLE* X As System.Double, _
DOUBLE* Y As System.Double, _
DOUBLE* Z As System.Double _
) |
C# | |
---|
void GetPosition(
out System.double X,
out System.double Y,
out System.double Z
) |
JavaScript | |
---|
GetPosition(
) : {
X : Number,
Y : Number,
Z : Number
}
|
COM native C++ | |
---|
HRESULT GetPosition(
double* X,
double* Y,
double* Z
) |
C++ | |
---|
DSRESULT GetPosition(
DOUBLE* X,
DOUBLE* Y,
DOUBLE* Z
) |
Parameters
- X[out]
- x coordinate of the point
- Y[out]
- y coordinate of the point
- Z[out] or Return Value
- z coordinate of the point
See Also
Availability
DraftSight V1R1.1