TerrainRegionStatus Property  | 
 
            Gets or sets the current status of this region.
            Only the cache associated with this region should set the value of this property.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TerrainRegionStatus Status { get; set; }Public Property Status As TerrainRegionStatus
	Get
	Set
public:
property TerrainRegionStatus Status {
	TerrainRegionStatus get ();
	void set (TerrainRegionStatus value);
}member Status : TerrainRegionStatus with get, set
Property Value
Type: 
TerrainRegionStatus
See Also