向镶嵌数据集中添加影像,这里指定的是影像文件的全路径(绝对路径)。镶嵌数据集并没有对影像文件进行拷贝入库,只是记录了影像的全路径。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
[ObsoleteAttribute] public bool AddFiles( string[] directoryPaths ) |
参数
- directoryPaths
- Type: array<
System..::.String
>[]()[]
要添加的多个影像文件的全路径(绝对路径)数组。