LinearPath.SubCurve (Point3D, Point3D, ICurve) Method

Public Function SubCurve( _ 
ByVal startPt As Point3D, _ 
ByVal endPt As Point3D, _ 
ByRef sub As ICurve
) As Boolean Implements _ 
ICurve.SubCurve
This language is not supported or no code example is available.
public bool SubCurve( 
Point3D startPt
Point3D endPt
out ICurve sub 
)
This language is not supported or no code example is available.

Parameters

startPt
Point3D

endPt
Point3D

sub
ICurve

Return Value

bool

Implements

ICurve.SubCurve

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition