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




The following tables list the members exposed by PolygonToRaster.

Public Constructors

 NameDescription
public ConstructorPolygonToRaster ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertycell_assignmentThe 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)  
public PropertycellsizeThe 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)  
public Propertyin_featuresThe polygon input features to be converted to a raster dataset. (In, Required)  
public Propertyout_rasterdataset  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertypriority_fieldThis field is used when a feature should take preference over another feature with the same attribute. (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
public Propertyvalue_fieldThe field used to assign values to the features. (In, Required)  
Top

See Also

© 2011 All Rights Reserved.