将用户输入的布局名称添加到布局集合中,添加位置为布局集合的最后。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int Add( string name, string xml ) |
参数
- name
- Type: System..::.String
布局名称。
- xml
- Type: System..::.String
用来创建布局的XML字符串。
返回值
返回新添加的布局名称在布局集合中的序号。示例
请参见 MapLayout.Open() 方法。