用于插入一个数据集到此图层集合中作为一个普通图层显示。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public Layer Insert( int index, Dataset dataset, LayerSetting layerSetting ) |
参数
- index
- Type: System..::.Int32
插入的数据集在图层中的索引。
- dataset
- Type: SuperMap.Data..::.Dataset
待插入的数据集。
- layerSetting
- Type: SuperMap.Mapping..::.LayerSetting
普通图层的图层设置对象。
返回值
新插入的图层。示例
请参见 Layers 类中的示例。