IMapGraphicsStopGraphicsOperation 方法 |
停止操作
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法bool StopGraphicsOperation(
int iID
)
Function StopGraphicsOperation (
iID As Integer
) As Boolean
bool StopGraphicsOperation(
int iID
)
abstract StopGraphicsOperation :
iID : int -> bool
参数
- iID
- 类型: SystemInt32
当前操作ID号
返回值
类型:
BooleanTRUE表示成功
参见