Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure / IsIncreasing Property

In This Topic
    IsIncreasing Property
    In This Topic
    Returns true if t0 < t1.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsIncreasing As Boolean
    public bool IsIncreasing {get;}
    See Also