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


IOverview2.SetOverlayGridCell Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview2 Interface > IOverview2.SetOverlayGridCell Method
ArcGIS Developer Help

IOverview2.SetOverlayGridCell Method

Sets the extent of the associated map to the specified overlay grid cell.

[Visual Basic .NET]
Public Sub SetOverlayGridCell ( _
    ByVal gridLayerFid As Integer _
)
[C#]
public void SetOverlayGridCell (
    int gridLayerFid
);
[C++]
HRESULT SetOverlayGridCell(
  long gridLayerFid
);
[C++]
Parameters
gridLayerFid [in]

gridLayerFid is a parameter of type long

Product Availability

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

See Also

IOverview2 Interface