ICurve.SubCurve (Point3D, Point3D, out ICurve) Method

Extracts a sub curve from current one.
Function SubCurve( _ 
ByVal startPt As Point3D, _ 
ByVal endPt As Point3D, _ 
ByRef sub As ICurve
) As Boolean
This language is not supported or no code example is available.
bool SubCurve( 
Point3D startPt
Point3D endPt
out ICurve sub 
)
This language is not supported or no code example is available.

Parameters

startPt
Point3D

Start 3D point

endPt
Point3D

End 3D point

sub
ICurve

The sub curve

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition