ArcObjects Library Reference (Output)  

IExporter2.Resolution Property

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

Product Availability

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

See Also

IExporter2 Interface