GraphicsLayerElementFilter 方法 |
元素过滤器
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected virtual bool ElementFilter(
IElement pElement
)
Protected Overridable Function ElementFilter (
pElement As IElement
) As Boolean
protected:
virtual bool ElementFilter(
IElement^ pElement
)
abstract ElementFilter :
pElement : IElement -> bool
override ElementFilter :
pElement : IElement -> bool
参数
- pElement
- 类型: GISShare.SMap.WPF.ElementIElement
加入的元素
返回值
类型:
BooleanTRUE表示无效
参见