ESRI.ArcGIS.SpatialAnalystTools
number_neighbors Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > MajorityFilter Class : number_neighbors Property




Determines the number of neighboring cells to use in the kernel of the filter. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property number_neighbors As String
Visual Basic (Usage)Copy Code
Dim instance As MajorityFilter
Dim value As String
 
instance.number_neighbors = value
 
value = instance.number_neighbors
C# 
public string number_neighbors {get; set;}

See Also

© 2010 All Rights Reserved.