This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.DecodeLayer Method (ArcObjects .NET 10.4 SDK) |
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,
ILayer** ppLayer
);
[C++]
Parameters pValue [in]
pValue is a parameter of type IGPValue ppLayer [out, retval]
ppLayer is a parameter of type ILayer