将用户输入的三维场景名称添加到三维场景集合中,添加位置为指定的序列号。
命名空间:
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字符串。