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




The iteration count controls the accuracy of the numerical solution because the model solves the diffusion equation numerically. The larger this number, the more accurate the predictions, yet the longer the processing time. And, the more complex the barrier's geometry and the larger the bandwidth, the more iterations are required for an accurate predictions. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.