This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOutputRasterSettings Interface > IOutputRasterSettings.ResampleRatio Property (ArcObjects .NET 10.5 SDK) |
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