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 > GAMovingWindowKriging Class : neighbors_max Property




Number of neighbors to use in the moving window. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property neighbors_max As Integer
Visual Basic (Usage)Copy Code
Dim instance As GAMovingWindowKriging
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.