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


IRasterOutputSettings.RasterResolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterOutputSettings Interface > IRasterOutputSettings.RasterResolution Property
ArcGIS Developer Help

IRasterOutputSettings.RasterResolution Property

Resolution used to output rasterized data. A value of 0 means 'same as device'.

[Visual Basic .NET]
Public Property RasterResolution As Double
[C#]
public double RasterResolution {get; set;}
[C++]
HRESULT get_RasterResolution(
  System.Double* dpi
);
[C++]
HRESULT put_RasterResolution(
  double dpi
);
[C++]
Parameters
dpi [out, retval]

dpi is a parameter of type double* dpi [in]
dpi is a parameter of type double

Product Availability

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

See Also

IRasterOutputSettings Interface