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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
TerrainRegionStatusSee Also