ArcObjects Library Reference (Geoprocessing)  

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,
  ISelectionSet** ppSelSet
);
[C++]

Parameters

pValue [in]

  pValue is a parameter of type IGPValue

pEnvMgr_Extent [in]   pEnvMgr_Extent is a parameter of type LPUNKNOWN ppSelSet [out, retval]

  ppSelSet is a parameter of type ISelectionSet

Product Availability

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

See Also

IGPUtilities4 Interface