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


ISimplePixelResampler.MajorityWindowSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelResampler Interface > ISimplePixelResampler.MajorityWindowSize Property
ArcGIS Developer Help

ISimplePixelResampler.MajorityWindowSize Property

The majority resampling window size in pixels.

[Visual Basic .NET]
Public WriteOnly Property MajorityWindowSize
[C#]
public void MajorityWindowSize {set;}
[C++]
HRESULT put_MajorityWindowSize(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

ISimplePixelResampler Interface