向地形图层集合中添加SCT地形图层。

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

语法

C#
public TerrainLayer Add(
	string file,
	bool addToHead,
	string name,
	string password
)

参数

file
Type: System..::.String
SCT文件全路径。
addToHead
Type: System..::.Boolean
是否将新加载的图层加到最上面。
name
Type: System..::.String
指定新添加图层的名称,如果已存在会抛出异常,不区分大小写。
password
Type: System..::.String
加载数据需要的密码,该密码为生产缓存时指定的密码。

返回值

新添加的地形图层对象。

版本信息

SuperMap iObjects .NET


请参见