UtilityEx.IsLine Method

Checks if the curve is a line or a linear nurbs segment (Nurbs and Ultimate editions only).
Public Shared Function IsLine( _ 
ByVal itfCurve As ICurve
) As Boolean
This language is not supported or no code example is available.
public static bool IsLine( 
ICurve itfCurve 
)
This language is not supported or no code example is available.

Parameters

itfCurve
ICurve

The curve to be checked

Return Value

bool

True if the curve is a Line or a Nurbs curve with two control points and degree one

.NET Framework

Supported in: 4.8

In this article

Definition