ConversionTools
cell_assignment Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > PointToRaster Class : cell_assignment Property




The method to determine how the cell will be assigned a value when more than one feature falls within a cell. MOST_FREQUENT — If there is more than one feature within the cell, the one with the most common attribute, in <field>, is assigned to the cell. If they have the same number of common attributes, the one with the lowest FID is used. SUM — The sum of the attributes of all the points within the cell. (Not valid for string data) MEAN — The mean of the attributes of all the points within the cell. (Not valid for string data) STANDARD_DEVIATION — The standard deviation of attributes of all the points within the cell. If there are less than two points in the cell, the is assigned NODATA. (Not valid for string data) MAXIMUM — The maximum value of the attributes of the points within the cell. (Not valid for string data) MINIMUM — The minimum value of the attributes of the points within the cell. (Not valid for string data) RANGE — The range of the attributes of the points within the cell. (Not valid for string data) {MOST_FREQUENT | SUM | MEAN | STANDARD_DEVIATION | MAXIMUM | MINIMUM | RANGE} (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property cell_assignment As String
Visual Basic (Usage)Copy Code
Dim instance As PointToRaster
Dim value As String
 
instance.cell_assignment = value
 
value = instance.cell_assignment
C# 
public string cell_assignment {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.