Solid Edge FrameworkSupport Type Library
GetParameterRange Method
Specifies the start parameter of the curve.
Specifies the end parameter of the curve.
Description
This method returns the start and end parameters of the referenced BSplineCurve2d object.
Syntax
Visual Basic
Public Sub GetParameterRange( _
   ByRef Start As Double, _
   ByRef End As Double _
) 
Parameters
Start
Specifies the start parameter of the curve.
End
Specifies the end parameter of the curve.
See Also

BSplineCurve2d Object  | BSplineCurve2d Members

Send comments on this topic.