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