TMSLayerCacheMemoryCapacity 属性 |
高速缓存容量(即:内存保留的最大瓦片数量,等于0表示无效,限制最小值设定为0。)
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public int CacheMemoryCapacity { get; set; }
Public Property CacheMemoryCapacity As Integer
Get
Set
public:
virtual property int CacheMemoryCapacity {
int get () sealed;
void set (int value) sealed;
}
abstract CacheMemoryCapacity : int with get, set
override CacheMemoryCapacity : int with get, set
属性值
类型:
Int32实现
ITileLayerCacheMemoryCapacity
参见