更新一次对象
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void Update(
bool bOverall
)
Sub Update (
bOverall As Boolean
)
void Update(
bool bOverall
)
abstract Update :
bOverall : bool -> unit
参数
- bOverall
- 类型: SystemBoolean
整体更新(FALSE 只更新 Geometry)
参见