Point.SplitBy (IList<Point3D>, out ICurve()) Method

Public Function SplitBy( _ 
ByVal points As IList(Of Point3D), _ 
ByRef segments As ICurve() _ 
) As Boolean
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

.NET Framework

Supported in: 4.8

In this article

Definition