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


IRasterOutputSettings.RasterRatio Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRasterOutputSettings.RasterRatio Property

Ratio between resolution and raster resolution.

[Visual Basic .NET]
Public ReadOnly Property RasterRatio As Double
[C#]
public double RasterRatio {get;}
[C++]
HRESULT get_RasterRatio(
  double* ratio
);
[C++]

Parameters ratio [out, retval] ratio is a parameter of type double

Product Availability

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

See Also

IRasterOutputSettings Interface