Gets all of the knot points of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetKnotPoints( _
ByVal Count As System.Integer, _
ByRef KnotPoints As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Count As System.Integer
Dim KnotPoints As System.Double
Dim value As System.Boolean
value = instance.IGetKnotPoints(Count, KnotPoints) |
C# | |
---|
System.bool IGetKnotPoints(
System.int Count,
out System.double KnotPoints
) |
C++/CLI | |
---|
System.bool IGetKnotPoints(
& System.int Count,
& [Out] System.double 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