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

In This Topic
    IsValid Method (Point2D)
    In This Topic
    Returns true if the point's coordinates are resonable values.
    Syntax
    'Declaration
     
    Public Overridable Function IsValid() As Boolean
    public virtual bool IsValid()

    Return Value

    True if the point is valid, false otherwise.
    See Also