已过时。根据给定的名称和像素格式来创建栅格数据集集合。

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

语法

C#
public DatasetGridCollection CreateGridCollection(
	string name,
	PixelFormat pixFormat
)

参数

name
Type: System..::.String
给定的名称。
pixFormat
Type: SuperMap.Data..::.PixelFormat
指定的像素格式。

返回值

新创建的栅格数据集集合。

版本信息

SuperMap iObjects .NET


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

请参见