ESRI.ArcGIS.SpatialAnalystTools
PorousPuff Constructor(Object,Object,Object,Object,Double)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > PorousPuff Class > PorousPuff Constructor : PorousPuff Constructor(Object,Object,Object,Object,Double)




in_track_file
The input particle track path file. (In, Required)
in_porosity_raster
The input raster where each cell value represents the effective formation porosity at that location. (In, Required)
in_thickness_raster
The input raster where each cell value represents the saturated thickness at that location. (In, Required)
out_raster
The output raster of the concentration distribution. (Out, Required)
mass
A value for the amount of mass released instantaneously at the source point, in units of mass. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_track_file As Object, _
   ByVal in_porosity_raster As Object, _
   ByVal in_thickness_raster As Object, _
   ByVal out_raster As Object, _
   ByVal mass As Double _
)
Visual Basic (Usage)Copy Code
Dim in_track_file As Object
Dim in_porosity_raster As Object
Dim in_thickness_raster As Object
Dim out_raster As Object
Dim mass As Double
 
Dim instance As PorousPuff(in_track_file, in_porosity_raster, in_thickness_raster, out_raster, mass)
C# 
public PorousPuff( 
   object in_track_file,
   object in_porosity_raster,
   object in_thickness_raster,
   object out_raster,
   double mass
)

Parameters

in_track_file
The input particle track path file. (In, Required)
in_porosity_raster
The input raster where each cell value represents the effective formation porosity at that location. (In, Required)
in_thickness_raster
The input raster where each cell value represents the saturated thickness at that location. (In, Required)
out_raster
The output raster of the concentration distribution. (Out, Required)
mass
A value for the amount of mass released instantaneously at the source point, in units of mass. (In, Required)

See Also

© 2010 All Rights Reserved.