This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.QueryCellExtent Method (ArcObjects .NET 10.4 SDK) |
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