Sets the coordinates of a control point of the Spline.
Syntax
| Visual Basic | |
|---|
Function SetControlPointCoordinate( _
ByVal Index As System.Integer, _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Boolean |
| C# | |
|---|
System.bool SetControlPointCoordinate(
System.int Index,
System.double X,
System.double Y,
System.double Z
) |
| JavaScript | |
|---|
SetControlPointCoordinate(
Index : Number,
X : Number,
Y : Number,
Z : Number
) : Boolean |
| COM native C++ | |
|---|
HRESULT SetControlPointCoordinate(
LONG Index,
DOUBLE X,
DOUBLE Y,
DOUBLE Z,
VARIANT_BOOL* Success
) |
Parameters
- Index
- Index of the control point (see Remarks)
- X
- x coordinate of the control point
- Y
- y coordinate of the control point
- Z
- z coordinate of the control point
- Success[out] or Return Value
- True if successful, false if not
Remarks
See Also
Availability
DraftSight V1R1.3