从指定的文件中导入路线集合对象。

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

语法

C#
public bool FromFile(
	string filePath
)

参数

filePath
Type: System..::.String
指定的文件全路径。

返回值

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

请参见