ArcObjects Library Reference (Display)  

IOutputRasterSettings.ResampleRatio Property

This coefficient states the scale level for the raster when it goes to output. 1 means 1:1; 2 means 1:2, i.e. 2 times less than the output quality.

[Visual Basic .NET]
Public Property ResampleRatio As Integer
[C#]
public int ResampleRatio {get; set;}
[C++]
HRESULT get_ResampleRatio(
  long* pRatio
);
[C++]
HRESULT put_ResampleRatio(
  long pRatio
);
[C++]

Parameters

pRatio [out, retval]   pRatio is a parameter of type long pRatio [in]   pRatio is a parameter of type long

Product Availability

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

See Also

IOutputRasterSettings Interface