ConversionTools
cellsize Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > PolylineToRaster Class : cellsize Property




The cell size from which the output raster dataset will be created . 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 cellsize As Object
Visual Basic (Usage)Copy Code
Dim instance As PolylineToRaster
Dim value As Object
 
instance.cellsize = value
 
value = instance.cellsize
C# 
public object cellsize {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.