ConversionTools
FeatureToRaster Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace : FeatureToRaster Class




The following tables list the members exposed by FeatureToRaster.

Public Constructors

 NameDescription
public ConstructorFeatureToRaster ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertycell_sizeThe 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)  
public PropertyfieldThe field used to assign values to the features. This can be a field of the Input features. If the Input features is a point or multipoint file and contains z, this can be the Shape field. (In, Required)  
public Propertyin_featuresThe input features to be converted to a raster dataset. (In, Required)  
public Propertyout_rasterThe output raster dataset to be created. When not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.