ConversionTools
cell_assignment Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > PolygonToRaster 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. CELL_CENTER — The polygon in which the center of the cell falls yields the attribute to assign to the cell. MAXIMUM_AREA — The single feature with the largest area within the cell yields the attribute to assign to the cell. MAXIMUM_COMBINED_AREA — Features with common attributes are combined to produce a single area within the cell in question for consideration when determining the largest area. {CELL_CENTER | MAXIMUM_AREA | MAXIMUM_COMBINED_AREA} (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property cell_assignment As String
Visual Basic (Usage)Copy Code
Dim instance As PolygonToRaster
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.