更新水面扰动特效。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public bool UpdateRotorWash(
	string strName,
	Point3D position
)

参数

strName
Type: System..::.String
待更新的水面扰动特效名称。
position
Type: SuperMap.Data..::.Point3D
待更新的水面扰动特效的空间位置。

返回值

一个布尔值,更新成功返回true,否则返回false。

请参见