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


IGPUtilities.DecodeRasterLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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