Returns whether or not the clouds file is valid.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool IsValid { get; }Public Overridable ReadOnly Property IsValid As Boolean
	Get
public:
virtual property bool IsValid {
	bool get ();
}abstract IsValid : bool with get
override IsValid : bool with get
Property Value
Type: 
Boolean
See Also