SetPosition Method (IPoint) Send Feedback
See Also 
X
x coordinate of the point
Y
y coordinate of the point
Z
z coordinate of the point
Sets the x, y, and z coordinates of the point.

Syntax

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

Parameters

X
x coordinate of the point
Y
y coordinate of the point
Z
z coordinate of the point
 

See Also

Availability

DraftSight V1R1.1