添加模型到此模型集合对象中。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public int Add(
	string name,
	string xml
)

参数

name
Type: System..::.String
xml
Type: System..::.String
表示要添加的模型的XML字符串。

返回值

新添加的模型在此模型集合对象中的序号。

请参见