已过时。根据给定的名称来创建影像数据集集合。

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

语法

C#
public DatasetImageCollection CreateImageCollection(
	string name
)

参数

name
Type: System..::.String
给定的名称。

返回值

新创建的影像数据集集合。

备注

创建影像数据集集合不用指定集合的像素格式,默认统一采用 PixelFormat.RGB 的像素格式。

版本信息

SuperMap iObjects .NET


在 11.0.1 中过时(编译器警告)
在 11.1.1 中过时(编译器警告)
在 11.2.0 中过时(编译器警告)
在 11.2.1 中过时(编译器警告)

请参见