GCompositeCurve.SplitBy (Point3D, out IGCurve, out IGCurve) Method

Public Function SplitBy( _ 
ByVal pt As Point3D, _ 
ByRef lower As IGCurve, _ 
ByRef upper As IGCurve
) As Boolean
This language is not supported or no code example is available.
public bool SplitBy( 
Point3D pt
out IGCurve lower
out IGCurve upper 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

lower
IGCurve

upper
IGCurve

Return Value

bool

.NET Framework

Supported in: 4.7.2

In this article

Definition