从XML字符串中导入路线集合对象。

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

语法

C#
public bool FromXML(
	string xml
)

参数

xml
Type: System..::.String
表示路线集合对象的XML字符串。

返回值

导入成功返回true,否则返回false。

请参见