将用户输入的布局名称添加到布局集合中,添加位置为指定的序列号。

命名空间:  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字符串。

返回值

成功返回true;否则返回false。

版本信息

SuperMap iObjects .NET


请参见