Gets the size of the array required by
ICurve::IIntersectCurve.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim OtherCurve As Curve
Dim ThisStartPoint As System.Double
Dim ThisEndPoint As System.Double
Dim OtherStartPoint As System.Double
Dim OtherEndPoint As System.Double
Dim value As System.Integer
value = instance.IIntersectCurveSize(OtherCurve, ThisStartPoint, ThisEndPoint, OtherStartPoint, OtherEndPoint) |
Parameters
- OtherCurve
Curve to intersect with this curve
- ThisStartPoint
Start point of this curve
- ThisEndPoint
End point of this curve
- OtherStartPoint
Start point of otherCurve
- OtherEndPoint
End point of otherCurve
Return Value
Size of the array needed to contain the return values of ICurve::IIntersectCurve
Remarks
See Also
Availability
SOLIDWORKS 98Plus, datecode 1998319