Gets all of the knot points of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetKnotPoints( _
ByVal Count As Integer, _
ByRef KnotPoints As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Count As Integer
Dim KnotPoints As Double
Dim value As Boolean
value = instance.IGetKnotPoints(Count, KnotPoints)
|
Parameters
- Count
- Size of KnotPoints array
- KnotPoints
- in-process, unmanaged C++: Pointer to an array of double values between 0 and 1, inclusive
- 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