Gets the coordinates of the specified control point of the Spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetControlPointCoordinate( _
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 GetControlPointCoordinate(
System.int Index,
out System.double X,
out System.double Y,
out System.double Z
) |
JavaScript | |
---|
GetControlPointCoordinate(
Index : Number,
) : {
X : Number,
Y : Number,
Z : Number,
Success : Boolean
} |
COM native C++ | |
---|
HRESULT GetControlPointCoordinate(
long Index,
,
double* X,
,
double* Y,
,
double* Z
,
VARIANT_BOOL* Success
) |
Parameters
- Index
- Index of the control point (see Remarks)
- X[out]
- x coordinate of the control point
- Y[out]
- y coordinate of the control point
- Z[out]
- z coordinate of the control point
Parameters
- Success[out] or Return Value
- True if successful, false if not
Remarks
See Also
Availability
DraftSight V1R1.3