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


IOutputRasterSettings.ResampleRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOutputRasterSettings Interface > IOutputRasterSettings.ResampleRatio Property
ArcGIS Developer Help

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