This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport Interface > IRasterLayerExport.Extent Property (ArcObjects .NET 10.4 SDK) |
The extent of the raster to be exported.
[Visual Basic .NET]
Public WriteOnly Property Extent
[C#] public void Extent {set;}
[C++]
HRESULT put_Extent(
IEnvelope*
);
[C++]
Parameters [in]
is a parameter of type IEnvelope
The Extent property is used to specify the extent used in the export. If it not specified, the whole extent of the raster layer will be used.