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
ExtentExtent is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.