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




The number of points to use in each sector. If a sector has the required number of points, all points in that sector are used. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.