DCTRElementCoreGeoDrawCache 属性 |
几何绘制缓存(当空间参考不一致时,将克隆副本长期使用,如果Geometry内部改变则需要调用ResetGeometry来重置)
命名空间:
GISShare.SMap.WPF.Element
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool GeoDrawCache { get; set; }
Public Property GeoDrawCache As Boolean
Get
Set
public:
virtual property bool GeoDrawCache {
bool get () sealed;
void set (bool value) sealed;
}
abstract GeoDrawCache : bool with get, set
override GeoDrawCache : bool with get, set
属性值
类型:
Boolean实现
IGeoDrawItemGeoDrawCache
参见