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


IRasterMapModel.Extent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterMapModel Interface > IRasterMapModel.Extent Property
ArcGIS Developer Help

IRasterMapModel.Extent Property

The Extent of the map model.

[Visual Basic .NET]
Public Property Extent As IRect
[C#]
public IRect Extent {get; set;}
[C++]
HRESULT get_Extent(
  IRect** pVal
);
[C++]
HRESULT put_Extent(
  IRect* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IRect** pVal [in]
pVal is a parameter of type IRect*

Product Availability

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

See Also

IRasterMapModel Interface