ConversionTools
cell_assignment Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > PolylineToRaster 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. MAXIMUM_LENGTH — The feature with the longest length that covers the cell will determine the value to assign to the cell. MAXIMUM_COMBINED_LENGTH — If there is more than one feature in a cell with the same value, the lengths of these features will be combined. The combined feature with the longest length within the cell will determine the value to assign to the cell. {MAXIMUM_LENGTH | MAXIMUM_COMBINED_LENGTH} (In, Optional)

Syntax

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