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


IGPUtilities4.GetSelectionSet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities4 Interface > IGPUtilities4.GetSelectionSet Method
ArcGIS Developer Help

IGPUtilities4.GetSelectionSet Method

Returns the selection set for the value object.

[Visual Basic .NET]
Public Function GetSelectionSet ( _
    ByVal pValue As IGPValue, _
    ByVal pEnvMgr_Extent As Object _
) As ISelectionSet
[C#]
public ISelectionSet GetSelectionSet (
    IGPValue pValue,
    object pEnvMgr_Extent
);
[C++]
HRESULT GetSelectionSet(
  IGPValue* pValue,
  LPUNKNOWN pEnvMgr_Extent
);
[C++]
Parameters
pValue [in]

pValue is a parameter of type IGPValue* pEnvMgr_Extent [in]
pEnvMgr_Extent is a parameter of type IUnknown

Product Availability

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

See Also

IGPUtilities4 Interface