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

Public 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.
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

.NET Framework

Supported in: 4.8

In this article

Definition