ILayer图层过滤函数
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected virtual bool LayerFilter(
ILayer pLayer
)
Protected Overridable Function LayerFilter (
pLayer As ILayer
) As Boolean
protected:
virtual bool LayerFilter(
ILayer^ pLayer
)
abstract LayerFilter :
pLayer : ILayer -> bool
override LayerFilter :
pLayer : ILayer -> bool
参数
- pLayer
- 类型: GISShare.SMap.WPF.LayerILayer
传入的ILayer图层
返回值
类型:
Boolean返回 true 不合格
参见