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 );
Parameters
pValue [in]
pValue is a parameter of type IGPValue
ppRD [out]
ppRD is a parameter of type IRasterDataset