在地图集合中,在指定序号的位置处添加一个地图,地图的内容都由 XML 字符串来确定。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool Insert( int index, string name, string xml ) |
参数
- index
- Type: System..::.Int32
指定的序号。
- name
- Type: System..::.String
指定的地图名称。该名称不区分大小写。
- xml
- Type: System..::.String
用来表示待插入地图的XML字符串。