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