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


IExporter2.ExportExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter2 Interface > IExporter2.ExportExtent Property
ArcGIS Developer Help

IExporter2.ExportExtent Property

The Export Extent.

[Visual Basic .NET]
Public WriteOnly Property ExportExtent
[C#]
public void ExportExtent {set;}
[C++]
HRESULT putref_ExportExtent(
  IEnvelope* 
);
[C++]
Parameters
 [in]

is a parameter of type IEnvelope*

Product Availability

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

See Also

IExporter2 Interface