GetPosition Method (ISimpleNote) Send Feedback
See Also 
X[out]
x coordinate of the position
Y[out]
y coordinate of the position
Z[out]
z coordinate of the position
Gets the position of the SimpleNote.

Syntax

Visual Basic 
Sub GetPosition( _
   ByRef X As System.Double, _
   ByRef Y As System.Double, _
   ByRef 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 position
Y[out]
y coordinate of the position
Z[out] or Return Value
z coordinate of the position
 

See Also

Availability

DraftSight V1R1.1