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


IEnvironmentManager.GetEnvironment Method (ArcObjects .NET 10.5 SDK)
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