从KML文件导入三维要素集合对象。

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

语法

C#
public bool FromKMLFile(
	string kmlFile
)

参数

kmlFile
Type: System..::.String
指定的KML文件相对路径。

返回值

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

请参见