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




in_direction_raster
An input raster where each cell value represents the direction of the seepage velocity vector (average linear velocity) at the center of the cell. (In, Required)
in_magnitude_raster
An input raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell. (In, Required)
source_point
The location of the source point from which to begin the particle tracking. (In, Required)
out_track_file
The output ASCII text file that contains the particle tracking data. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_direction_raster As Object, _
   ByVal in_magnitude_raster As Object, _
   ByVal source_point As Object, _
   ByVal out_track_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_direction_raster As Object
Dim in_magnitude_raster As Object
Dim source_point As Object
Dim out_track_file As Object
 
Dim instance As ParticleTrack(in_direction_raster, in_magnitude_raster, source_point, out_track_file)
C# 
public ParticleTrack( 
   object in_direction_raster,
   object in_magnitude_raster,
   object source_point,
   object out_track_file
)

Parameters

in_direction_raster
An input raster where each cell value represents the direction of the seepage velocity vector (average linear velocity) at the center of the cell. (In, Required)
in_magnitude_raster
An input raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell. (In, Required)
source_point
The location of the source point from which to begin the particle tracking. (In, Required)
out_track_file
The output ASCII text file that contains the particle tracking data. (Out, Required)

See Also

© 2010 All Rights Reserved.