LinearPath.SplitBy (IList<Point3D>, ICurve()) Method

Public Function SplitBy( _ 
ByVal points As IList(Of Point3D), _ 
ByRef segments As ICurve() _ 
) As Boolean Implements _ 
ICurve.SplitBy
This language is not supported or no code example is available.
public bool SplitBy( 
IList<Point3D> points
out ICurve[] segments 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

segments
ICurve[]

Return Value

bool

Implements

ICurve.SplitBy

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition