Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / IsValid Method

In This Topic
    IsValid Method (Polygon2D)
    In This Topic
    Checks that Min and Max are not null/Nothing and that the polygon is closed.
    Syntax
    'Declaration
     
    Public Function IsValid() As Boolean
    public bool IsValid()

    Return Value

    See Also