Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ScreenLine Class / IsPoint Property

In This Topic
    IsPoint Property (ScreenLine)
    In This Topic
    Tells if the line is actually a Point.
    Syntax
    'Declaration
     
    Public Property IsPoint As Boolean
    public bool IsPoint {get; set;}
    See Also