在气泡集合中指定的位置插入指定的气泡对象。

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

语法

C#
public bool Insert(
	int index,
	Bubble bubble
)

参数

index
Type: System..::.Int32
指定的插入位置在集合中的序号。
bubble
Type: SuperMap.Realspace..::.Bubble
指定的待插入的气泡对象。

返回值

如果插入成功,返回 true,否则返回 false。

请参见