TerrainRegionLastAccess Property  | 
 
            Gets the time stamp of the last time this region was accessed.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TerrainCacheTimeStamp LastAccess { get; }Public ReadOnly Property LastAccess As TerrainCacheTimeStamp
	Get
public:
property TerrainCacheTimeStamp LastAccess {
	TerrainCacheTimeStamp get ();
}member LastAccess : TerrainCacheTimeStamp with get
Property Value
Type: 
TerrainCacheTimeStamp
See Also