SetTextPosition Method (IGeneralDimension) Send Feedback
See Also 
X
x coordinate
Y
y coordinate
Sets the position of the Dimension.

Syntax

Visual Basic 
Sub SetTextPosition( _
   ByVal X As System.Double, _
   ByVal Y As System.Double _
) 
C# 
void SetTextPosition( 
   System.double X,
   System.double Y
)
JavaScript 
SetTextPosition( 
   X : Number,
   Y : Number
)
COM native C++ 
HRESULT SetTextPosition( 
   DOUBLE X,
   DOUBLE Y
) 
C++ 
DSRESULT SetTextPosition( 
   double X,
   double Y
) 

Parameters

X
x coordinate
Y
y coordinate
 

See Also

Availability

DraftSight V1R1.2