This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnvironmentManager Interface > IEnvironmentManager.GetEnvironment Method (ArcObjects .NET 10.5 SDK) |
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