Returns the raster dataset specified by the given geoprocessing value object.
[Visual Basic .NET] Public Sub DecodeRasterLayer ( _ ByVal pValue As IGPValue, _ ByRef ppRD As IRasterDataset _ )
[C#] public void DecodeRasterLayer ( IGPValue pValue, ref IRasterDataset ppRD );
[C++]
HRESULT DecodeRasterLayer(
IGPValue* pValue,
IRasterDataset** ppRD
);
[C++]Parameters
pValue [in]pValue is a parameter of type IGPValue
ppRD [out]ppRD is a parameter of type IRasterDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.