Gets the coefficients of all of the piecewise polynomials of a spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSegments( _
ByVal Count As Integer, _
ByRef Segments As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Count As Integer
Dim Segments As Double
Dim value As Boolean
value = instance.IGetSegments(Count, Segments)
|
C++/CLI | |
---|
bool IGetSegments(
& int Count,
& [Out] double Segments
) |
Parameters
- Count
- Size of Segments array
- Segments
- 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