更新尾迹特效。

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

语法

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

参数

strName
Type: System..::.String
待更新的尾迹特效名称。
position
Type: SuperMap.Data..::.Point3D
待更新的尾迹特效的空间位置。

返回值

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

请参见