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


IExport.Resolution Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IExport.Resolution Property

The Export Resolution.

[Visual Basic .NET]
Public Property Resolution As Double
[C#]
public double Resolution {get; set;}
[C++]
HRESULT get_Resolution(
  double* res
);
[C++]
HRESULT put_Resolution(
  double res
);
[C++]

Parameters res [out, retval] res is a parameter of type double res [in] res is a parameter of type double

Product Availability

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

See Also

IExport Interface

.NET Snippets

Create JPEG (hi-resolution) from ActiveView | Create JPEG from ActiveView