Gets the spline points for this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSplinePts( _
ByVal ParamsArrayIn As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim ParamsArrayIn As Object
Dim value As Object
value = instance.GetSplinePts(ParamsArrayIn)
|
Parameters
- ParamsArrayIn
- Array containing the definition of the spline
Return Value
Array containing the spline points
Example
Remarks
See Also