从KML文件导入三维要素对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool FromKMLFile( string kmlFile ) |
参数
- kmlFile
- Type: System..::.String
指定的KML文件相对路径。
返回值
成功返回true,否则返回false。示例
请参见Feature3D.ToKML()的方法。