添加水面扰动特效。

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

语法

C#
public bool AddRotorWash(
	string strName,
	RotorWashParameters params
)

参数

strName
Type: System..::.String
指定的水面扰动特效名称。
params
Type: SuperMap.Realspace..::.RotorWashParameters

返回值

一个布尔值,添加成功返回true,会生成水面扰动特效效果;添加失败返回false。

请参见