The context in which the ArcObjects
components are manipulated. This object lives in the GIS COM
apartment.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Context() As IAgEsri3dRendererContext
|
| [C#] |
|---|
public IAgEsri3dRendererContext Context {get;}
|
| [Managed C++] |
|---|
public: __property IAgEsri3dRendererContext^ get_Context();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Context(
|
| [Java] |
|---|
public IAgEsri3dRendererContext getContext();
|