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




in_point_features
The input point features for which to calculate the density. (In, Required)
population_field
Field denoting population values for each point. The population field is the count or quantity to be used in the calculation of a continuous surface. (In, Required)
out_raster
The output point density raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_point_features As Object, _
   ByVal population_field As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_point_features As Object
Dim population_field As Object
Dim out_raster As Object
 
Dim instance As PointDensity(in_point_features, population_field, out_raster)
C# 
public PointDensity( 
   object in_point_features,
   object population_field,
   object out_raster
)

Parameters

in_point_features
The input point features for which to calculate the density. (In, Required)
population_field
Field denoting population values for each point. The population field is the count or quantity to be used in the calculation of a continuous surface. (In, Required)
out_raster
The output point density raster. (Out, Required)

See Also

© 2010 All Rights Reserved.