This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExport Interface > IExport.Resolution Property (ArcObjects .NET 10.4 SDK) |
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