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


IGlobeServerCooker.AOI Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerCooker.AOI Property

The area of interest for cooking in GCS.

[Visual Basic .NET]
Public Property AOI As IEnvelope
[C#]
public IEnvelope AOI {get; set;}
[C++]
HRESULT get_AOI(
  IEnvelope** ppExtent
);
[C++]
HRESULT put_AOI(
  IEnvelope* ppExtent
);
[C++]

Parameters ppExtent [out, retval]
ppExtent is a parameter of type IEnvelope ppExtent [in]
ppExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IGlobeServerCooker Interface