ArcObjects Library Reference (System)  

IEnvironmentManager.GetEnvironment Method

Retrieves an environment.

[Visual Basic .NET]
Public Function GetEnvironment ( _
    ByVal pGuid As UID _
) As Object
[C#]
public object GetEnvironment (
    UID pGuid
);
[C++]
HRESULT GetEnvironment(
  IUID* pGuid,
  LPUNKNOWN* ppUnk
);
[C++]

Parameters

pGuid [in]

  pGuid is a parameter of type IUID

ppUnk [out, retval]   ppUnk is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IEnvironmentManager Interface