Property: CachePath for Map
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: CachePath for Map
Property: CachePath for Map
Specifies the path where DIAdem saves the current map data in a cache.
Object.CachePath
| Object | Map Object with this property |
| Object.CachePath | String with read and write access |
| Note You can only save the current map data in a cache if you set the UseCache property to TRUE. |
The following example creates a map display and buffers the map material:
| VBScript | Python |
View.ActiveSheet.ActiveArea.DisplayObjType = "Map" Dim oMyObj: Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj oMyObj.MapType = "OSM Mapnik" oMyObj.UseCache = TRUE oMyObj.CachePath = "C:\TEMP\Map\" oMyObj.ZoomLevel = 14
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data