Gets the length of a curve between the specified parameters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLength3( _
ByVal StartParam As Double, _
ByVal EndParam As Double _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim StartParam As Double
Dim EndParam As Double
Dim value As Double
value = instance.GetLength3(StartParam, EndParam)
|
Parameters
- StartParam
- Start parameter
- EndParam
- End parameter
Return Value
Length of the curve between the two parameters
Remarks
See Also
Availability
SolidWorks 2008 SP1, Revision Number 16.1