ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pDownSampling
);
[C++]

Parameters

pDownSampling [out, retval]   pDownSampling is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPixelResampler Interface