This document is archived and information here might be outdated.  Recommended version.


IGPUtilities.DecodeRasterLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.DecodeRasterLayer Method
ArcGIS Developer Help

IGPUtilities.DecodeRasterLayer Method

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.

See Also

IGPUtilities Interface