根据指定的开始索引和删除个数,删除多波段影像数据集中的波段。

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

语法

C#
public bool DeleteBand(
	int startIndex,
	int count
)

参数

startIndex
Type: System..::.Int32
波段开始索引。
count
Type: System..::.Int32
要删除的波段的个数。

返回值

添加成功返回 true,否则返回 false。

请参见