This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.AOI Property (ArcObjects .NET 10.5 SDK) |
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