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


IOutputRasterSettings.ResampleRatio Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

Export active view (Code Files: ExportActiveViewVB_Net)