GCurve.Merge (IGCurve, IGCurve) Method

Joins two curves.
Public Shared Function Merge( _ 
ByVal cl As IGCurve, _ 
ByVal cu As IGCurve
) As GCurve
This language is not supported or no code example is available.
public static GCurve Merge( 
IGCurve cl
IGCurve cu 
)
This language is not supported or no code example is available.

Parameters

cl
IGCurve

The lower curve

cu
IGCurve

The upper curve

Return Value

GCurve

The resulting curve

.NET Framework

Supported in: 4.7.2

In this article

Definition