This document is archived and information here might be outdated.  Recommended version.


IGPUtilities.GetGPLayers Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.GetGPLayers Method

Returns an enumeration of current geoprocessing layers.

[Visual Basic .NET]
Public Function GetGPLayers ( _
) As IEnumGPValue
[C#]
public IEnumGPValue GetGPLayers (
);
[C++]
HRESULT GetGPLayers(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities Interface