AGIProcessedTerrainOverlayIsValid Property |
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect
CentralBody.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override bool IsValid { get; }
Public Overrides ReadOnly Property IsValid As Boolean
Get
public:
virtual property bool IsValid {
bool get () override;
}
abstract IsValid : bool with get
override IsValid : bool with get
Property Value
Type:
BooleanSee Also