This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.ListEnvironments Method (ArcObjects .NET 10.4 SDK) |
Gets list of GeoProcessor Environments.
[Visual Basic .NET] Public Function ListEnvironments ( _ [ByRef pWildcard As Object] _ ) As Object
[C#] public object ListEnvironments ( ref object pWildcard );
Optional Values
[C++]
HRESULT ListEnvironments(
VARIANT* pWildcard,
IDispatch** ppEnumList
);
[C++]
Parameters pWildcard [optional] pWildcard is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. ppEnumList [out, retval] ppEnumList is a parameter of type IDispatch*