ArcObjects Library Reference (Carto)  

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