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


IOverviewTileParameters.AoiGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.AoiGeometry Property

The polygon within which overview tiles are created.

[Visual Basic .NET]
Public Property AoiGeometry As IGeometry
[C#]
public IGeometry AoiGeometry {get; set;}
[C++]
HRESULT get_AoiGeometry(
  IGeometry** ppAoiGeometry
);
[C++]
HRESULT putref_AoiGeometry(
  IGeometry* ppAoiGeometry
);
[C++]

Parameters ppAoiGeometry [out, retval]
ppAoiGeometry is a parameter of type IGeometry ppAoiGeometry [in]
ppAoiGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IOverviewTileParameters Interface