GetIntersectCurveCount Method (ISurface)
Obsolete. Superseded by ISurface::GetIntersectCurveCount2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetIntersectCurveCount( _
ByVal OtherCurve As Curve, _
ByRef CurveBound As Double _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim OtherCurve As Curve
Dim CurveBound As Double
Dim value As Integer
value = instance.GetIntersectCurveCount(OtherCurve, CurveBound)
|
Parameters
- OtherCurve
-
- CurveBound
-
See Also