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 6.0]
Function GetFunctionEnvironments As IEnumGPEnvironment
[Visual Basic .NET]
Public Function GetFunctionEnvironments ( _
) As IEnumGPEnvironment
[C#]
public IEnumGPEnvironment GetFunctionEnvironments (
);
[Java]
public IEnumGPEnvironment getFunctionEnvironments (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page