This document is archived and information here might be outdated. Recommended version. |
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