全部折叠
全部展开
C#
SuperMap iDesktop 10i(2020) 联机帮助
Layers
.
.
::
.
Insert 方法 (Int32, Dataset)
Layers 类
请参见
发送反馈
用于把一个数据集插入到此图层集合中作为一个普通图层显示。
命名空间:
SuperMap.Mapping
程序集:
SuperMap.Mapping
(in SuperMap.Mapping)
版本:
dll
语法
C#
public
Layer
Insert
(
int
index
,
Dataset
dataset
)
参数
index
Type:
System
.
.
::
.
Int32
插入的数据集在图层中的索引。
dataset
Type:
SuperMap.Data
.
.
::
.
Dataset
待插入的数据集。
返回值
新插入的图层。
请参见
Layers 类
Insert Overload
SuperMap.Mapping 命名空间