Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / IsLine Property

In This Topic
    IsLine Property
    In This Topic
    If true the curve is a line and not a degenerated one (a point).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLine As Boolean
    public bool IsLine {get;}
    See Also