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


ISimplePixelResampler.MajorityWindowSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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