Hi all,
I am building a custom Geoprocessing Tool that end result have a Raster layer as an output.
I have this IRasterLayer that I need to convert to a GPValue so that I can use the GPUitilies function [.PackGPValue] to pack it into the result. However, I have not been able to find any good ways to convert IRasterLayer into a type of IGPValue.
Does anyone has any clue about this?
Thanks.