全部折叠
全部展开
C#
SuperMap iDesktop 10i(2020) 联机帮助
Bubbles
.
.
::
.
Insert 方法
Bubbles 类
请参见
发送反馈
在气泡集合中指定的位置插入指定的气泡对象。
命名空间:
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。
请参见
Bubbles 类
SuperMap.Realspace 命名空间