SetVertex1Coordinate Method (ISolid) Send Feedback
See Also 
X
x coordinate of the first vertex
Y
y coordinate of the first vertex
Z
z coordinate of the first vertex
Sets the coordinates of the first vertex of the 2D Solid.

Syntax

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

Parameters

X
x coordinate of the first vertex
Y
y coordinate of the first vertex
Z
z coordinate of the first vertex
 

See Also

Availability

DraftSight V1R1.3