LinearPath.SplitAt Method

Public Function SplitAt( _ 
ByVal t As Double, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean Implements _ 
ICurve.SplitAt
This language is not supported or no code example is available.
public bool SplitAt( 
double t
out ICurve lower
out ICurve upper 
)
This language is not supported or no code example is available.

Parameters

t
double

lower
ICurve

upper
ICurve

Return Value

bool

Implements

ICurve.SplitAt

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition