向镶嵌数据集中添加影像,这里指定的是影像文件的全路径(绝对路径)。镶嵌数据集并没有对影像文件进行拷贝入库,只是记录了影像的全路径。

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

语法

C#
[ObsoleteAttribute]
public bool AddFiles(
	string[] directoryPaths
)

参数

directoryPaths
Type: array< System..::.String >[]()[]
要添加的多个影像文件的全路径(绝对路径)数组。

返回值

一个布尔值,指示添加影像是否成功,true表示成功;false表示失败。

请参见