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




The minimum number of points to use in each sector. If the minimum number of required points are not available in any given sector, the nearest available point(s) outside the sector will be selected. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property neighbors_min As Integer
Visual Basic (Usage)Copy Code
Dim instance As GANeighborhoodSelection
Dim value As Integer
 
instance.neighbors_min = value
 
value = instance.neighbors_min
C# 
public int neighbors_min {get; set;}

See Also

© 2010 All Rights Reserved.