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