ICreateTrimmedCurve Method (ICurve)
Obsolete. Superseded by ICurve::CreateTrimmedCurve2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateTrimmedCurve( _
ByRef Start As System.Double, _
ByRef End As System.Double _
) As Curve |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim Start As System.Double
Dim End As System.Double
Dim value As Curve
value = instance.ICreateTrimmedCurve(Start, End) |
C# | |
---|
Curve ICreateTrimmedCurve(
ref System.double Start,
ref System.double End
) |
C++/CLI | |
---|
Curve^ ICreateTrimmedCurve(
& System.double% Start,
& System.double% End
) |
Parameters
- Start
-
- End
-
See Also