Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / NeedsToBeFlipped Method

In This Topic
    NeedsToBeFlipped Method
    In This Topic
    Returns true if the angle is between 90 and 270 degrees.
    Syntax
    'Declaration
     
    Protected Function NeedsToBeFlipped( _
       ByVal theAngle As Double _
    ) As Boolean
    protected bool NeedsToBeFlipped( 
       double theAngle
    )

    Parameters

    theAngle
    See Also