Gets all the parameters of the splines in the sketch block definition.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSplineParams( _
ByVal ArraySize As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchBlockDefinition
Dim ArraySize As Integer
Dim value As Double
value = instance.IGetSplineParams(ArraySize)
|
C++/CLI | |
---|
double IGetSplineParams(
& int ArraySize
) |
Parameters
- ArraySize
- Size of the array needed to hold the spline parameters data
Return Value
- in-process, unmanaged C++: Pointer to an array of doubles, containing spline parameters (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2007 SP2, Revision Number 15.2