添加水面冲击特效。

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

语法

C#
public bool AddImpact(
	string strName,
	WaterImpactParameters params
)

参数

strName
Type: System..::.String
指定的水面冲击特效名称。
params
Type: SuperMap.Realspace..::.WaterImpactParameters

返回值

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

请参见