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


IOverview.SetOverlayGridCell Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IOverview.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

IOverview Interface