Returns whether or not the clouds file is valid.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also