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




The travel distance from one raster cell to the next based on this formula: (difference between cost values in the neighboring cells) + (distance between cell centers) (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.