Gets the coordinates of all control points of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetControlPoints( _
ByVal Count As Integer, _
ByRef ControlPoints As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Count As Integer
Dim ControlPoints As Double
Dim value As Boolean
value = instance.IGetControlPoints(Count, ControlPoints)
|
Parameters
- Count
- Size of ControlPoints array
- ControlPoints
- in-process, unmanaged C++: Pointer to an array of doubles
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if successful, false if not
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0