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

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

    Parameters

    domainV
    Domain V length

    Return Value

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