Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / IsLine Method
The curve to be checked

In This Topic
    IsLine Method
    In This Topic
    Checks if the curve is a line or a linear nurbs segment (Nurbs and Ultimate editions only).
    Syntax
    'Declaration
     
    Public Shared Function IsLine( _
       ByVal itfCurve As ICurve _
    ) As Boolean
    public static bool IsLine( 
       ICurve itfCurve
    )

    Parameters

    itfCurve
    The curve to be checked

    Return Value

    True if the curve is a devDept.Eyeshot.Entities.Line or a Nurbs curve with two control points and degree one
    See Also