ConversionTools
cell_size Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > FeatureToRaster Class : cell_size Property




The cell size the output raster dataset will be created with. This is the value in the Environment if specifically set. If the Environment is not set, then cell size is the shortest of the width or height of the extent of in_features, in the output spatial reference, divided by 250. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property cell_size As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureToRaster
Dim value As Object
 
instance.cell_size = value
 
value = instance.cell_size
C# 
public object cell_size {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.