GetTextPosition Method (IGeneralDimension) Send Feedback
See Also  Example
X[out]
x coordinate
Y[out]
y coordinate
Gets the position of the Dimension.

Syntax

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

Parameters

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

Example

 

See Also

Availability

DraftSight V1R1.2