Gets the coordinates of all of the control points of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetControlPoints( _
ByRef ControlPoints As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim ControlPoints As System.Object
Dim value As System.Boolean
value = instance.GetControlPoints(ControlPoints) |
C# | |
---|
System.bool GetControlPoints(
out System.object ControlPoints
) |
C++/CLI | |
---|
System.bool GetControlPoints(
& [Out] System.Object^ ControlPoints
) |
Parameters
- ControlPoints
- One-dimensional array of doubles (see Remarks)
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0