IMapElementContainerRemoveElement 方法 |
移除一个IElement
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void RemoveElement(
IElement pElement
)
Sub RemoveElement (
pElement As IElement
)
void RemoveElement(
IElement^ pElement
)
abstract RemoveElement :
pElement : IElement -> unit
参数
- pElement
- 类型: GISShare.SMap.WPF.ElementIElement
IElement元素
参见