Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / TrimCurve Class / IsVertical Method
Domain U length

In This Topic
    IsVertical Method
    In This Topic
    Returns true if the trim curve is horizontal.
    Syntax
    'Declaration
     
    Public Function IsVertical( _
       ByVal domainU As Double _
    ) As Boolean
    public bool IsVertical( 
       double domainU
    )

    Parameters

    domainU
    Domain U length

    Return Value

    True if the line is horizontal, false otherwise.
    See Also