Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsValid Method

In This Topic
    IsValid Method (Entity)
    In This Topic
    Returns true if all the entity fields contain reasonable information.
    Syntax
    'Declaration
     
    Public Overridable Function IsValid() As Boolean
    public virtual bool IsValid()

    Return Value

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