This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities4 Interface > IGPUtilities4.GetSelectionSet Method (ArcObjects .NET 10.5 SDK) |
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