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


IRasterOutputSettings.RasterRatio 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.RasterRatio Property
ArcGIS Developer Help

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(
  System.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