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