This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter2 Interface > IExporter2.Resolution Property (ArcObjects .NET 10.5 SDK) |
The Resolution of the Exporter.
[Visual Basic .NET] Public Property Resolution As Short
[C#] public short Resolution {get; set;}
[C++]
HRESULT get_Resolution(
short* res
);
[C++]
HRESULT put_Resolution(
short res
);
[C++]
Parameters res [out, retval] res is a parameter of type short res [in] res is a parameter of type short