将XML数据导入到三维场景。

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

语法

C#
public bool FromXML(
	string xml
)

参数

xml
Type: System..::.String
xml数据。

返回值

布尔值,true表示导入成功,false表示导入失败。

请参见