This document is archived and information here might be outdated. Recommended version. |
Returns the layer object specified by the given geoprocessing value object.
[Visual Basic .NET] Public Function DecodeLayer ( _ ByVal pValue As IGPValue _ ) As ILayer
[C#] public ILayer DecodeLayer ( IGPValue pValue );
[C++]
HRESULT DecodeLayer(
IGPValue* pValue
);
[C++] Parameters pValue [in]
pValue is a parameter of type IGPValue*