Arcobjects divisionOf two rasterdatasets

3988
1
12-31-2014 10:05 PM
NadirHussain
Occasional Contributor II

Dear all,i am working on arcobjects.i want to divide one raster dataset to a constant value0.0896.how it is possible.please reply as soon as possible.for this i convert the scaler value(0.0896) to a constant reaster.But constant raster value is o.so when i divide no result come.

Thanks in advance.

0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

The Divide tool supports the use of a raster or constant value. In case that doesn't work you can use IRasterMakerOp::MakeConstant to create a constant raster in memory.

ArcObjects 10 .NET SDK Help

ArcObjects 10 .NET SDK Help 

0 Kudos