Returns the layer object specified by the given geoprocessing value object.
[Visual Basic 6.0] Function DecodeLayer(
ByVal pValue As IGPValue _
) As ILayer
[Visual Basic .NET] Public Function DecodeLayer ( _ ByVal pValue As IGPValue _ ) As ILayer
[C#] public ILayer DecodeLayer ( IGPValue pValue );
[Java] public ILayer decodeLayer ( IGPValue pValue ) throws IOException, AutomationException
[C++] HRESULT DecodeLayer( IGPValue* pValue, ILayer** ppLayer );
Parameters
pValue [in]
pValue is a parameter of type IGPValue
ppLayer [out, retval]
ppLayer is a parameter of type ILayer