Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / EntityGraphicsData Class / IsValid Method

In This Topic
    IsValid Method (EntityGraphicsData)
    In This Topic
    Tells if the graphics data has been compiled.
    Syntax
    'Declaration
     
    Public Function IsValid() As Boolean
    public bool IsValid()

    Return Value

    True if the graphics data has been compiled.
    See Also