GetLength Method (ICurve)
Obsolete. Superseded by ICurve::GetLength2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLength( _
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.GetLength(StartParam, EndParam)
|
Parameters
- StartParam
-
- EndParam
-
See Also