ClusterLayerMapGridExtent 属性 |
地图网格聚类所必需的地图网格视图范围
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IBoundingBox MapGridExtent { get; set; }
Public Property MapGridExtent As IBoundingBox
Get
Set
public:
virtual property IBoundingBox^ MapGridExtent {
IBoundingBox^ get () sealed;
void set (IBoundingBox^ value) sealed;
}
abstract MapGridExtent : IBoundingBox with get, set
override MapGridExtent : IBoundingBox with get, set
属性值
类型:
IBoundingBox实现
IClusterLayerMapGridExtent
参见