根据给定的索引号,删除集合类对象中指定的ParticleSystem(粒子系统类)对象。

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

语法

C#
public bool Remove(
	int index
)

参数

index
Type: System..::.Int32

返回值

一个布尔值,表示是否移除成功。true 表示移除成功,false 表示失败。

请参见