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


IIndexGrid.QueryCellExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.QueryCellExtent Method
ArcGIS Developer Help

IIndexGrid.QueryCellExtent Method

Provides access to the cell extent in page space for the given row and column.

[Visual Basic .NET]
Public Sub QueryCellExtent ( _
    ByVal Row As Integer, _
    ByVal Column As Integer, _
    ByVal pMapFrame As IMapFrame, _
    ByVal Extent As IEnvelope _
)
[C#]
public void QueryCellExtent (
    int Row,
    int Column,
    IMapFrame pMapFrame,
    IEnvelope Extent
);
[C++]
HRESULT QueryCellExtent(
  long Row,
  long Column,
  IMapFrame* pMapFrame,
  IEnvelope* Extent
);
[C++]
Parameters
Row [in]

Row is a parameter of type long Column [in]
Column is a parameter of type long pMapFrame [in]
pMapFrame is a parameter of type IMapFrame* Extent
Extent is a parameter of type IEnvelope*

Product Availability

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

See Also

IIndexGrid Interface