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


IPixelResampler.DownSampling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelResampler Interface > IPixelResampler.DownSampling Property
ArcGIS Developer Help

IPixelResampler.DownSampling Property

Indicates if this is a down sampling only type of resampler.

[Visual Basic .NET]
Public ReadOnly Property DownSampling As Boolean
[C#]
public bool DownSampling {get;}
[C++]
HRESULT get_DownSampling(
  Boolean* pDownSampling
);
[C++]
Parameters
pDownSampling [out, retval]

pDownSampling is a parameter of type bool*

Product Availability

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

See Also

IPixelResampler Interface