ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.DecodeRasterLayer Method

Returns the raster dataset specified by the given geoprocessing value object.

[Visual Basic 6.0]
Sub DecodeRasterLayer(
    ByVal pValue As IGPValue, _
    ppRD As IRasterDataset _
)
[Visual Basic .NET]
Public Sub DecodeRasterLayer ( _
    ByVal pValue As IGPValue, _
    ByRef ppRD As IRasterDataset _
)
[C#]
public void DecodeRasterLayer (
    IGPValue pValue,
    ref IRasterDataset ppRD
);
[Java]
public void decodeRasterLayer (
    IGPValue pValue,
    IRasterDataset ppRD
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page