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