TerrainCacheGroupAddCache Method  | 
 
            Adds a cache to the group.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void AddCache(
	TerrainCache cache
)
Public Sub AddCache ( 
	cache As TerrainCache
)
public:
void AddCache(
	TerrainCache^ cache
)
member AddCache : 
        cache : TerrainCache -> unit 
Parameters
- cache
 - Type: AGI.Foundation.TerrainTerrainCache
The cache to add. 
Exceptions
See Also