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


IGPFunctionFactory.GetFunctionEnvironments Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFunctionFactory.GetFunctionEnvironments Method

Returns an enumeration of the geoprocessing environments that the geoprocessing functions managed by this function factory use.

[Visual Basic .NET]
Public Function GetFunctionEnvironments ( _
) As IEnumGPEnvironment
[C#]
public IEnumGPEnvironment GetFunctionEnvironments (
);
[C++]
HRESULT GetFunctionEnvironments(
  IEnumGPEnvironment** Environments
);
[C++]

Parameters Environments [out, retval]
Environments is a parameter of type IEnumGPEnvironment

Product Availability

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

See Also

IGPFunctionFactory Interface