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


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

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(
  System.Double* res
);
[C++]
Parameters
res [in]

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

Product Availability

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

See Also

IExport Interface