设置体元栅格数据集指定剖切面中指定行列处的像素值。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public double SetValue( int column, int row, double value, int index ) |
参数
- column
- Type: System..::.Int32
指定的列号,从 0 开始。
- row
- Type: System..::.Int32
指定的行号,从 0 开始。
- value
- Type: System..::.Double
指定的要设置的像素值。
- index
- Type: System..::.Int32
指定的剖切面索引号,从 0 开始。