ESRI.ArcGIS.SpatialStatisticsTools
CountRenderer Constructor(Object,Object,Object,Int32,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialStatisticsTools Namespace > CountRenderer Class > CountRenderer Constructor : CountRenderer Constructor(Object,Object,Object,Int32,String)




input_feature_class
The feature layer containing count data to be rendered. (In, Required)
field_to_render
The name of the field containing count data. (In, Required)
output_layer_file
Output Layer (out)
number_of_classes
The number of classes into which the input feature class will be classified. (In, Required)
symbol_color
The color of the graduated circles. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_feature_class As Object, _
   ByVal field_to_render As Object, _
   ByVal output_layer_file As Object, _
   ByVal number_of_classes As Integer, _
   ByVal symbol_color As String _
)
Visual Basic (Usage)Copy Code
Dim input_feature_class As Object
Dim field_to_render As Object
Dim output_layer_file As Object
Dim number_of_classes As Integer
Dim symbol_color As String
 
Dim instance As CountRenderer(input_feature_class, field_to_render, output_layer_file, number_of_classes, symbol_color)
C# 
public CountRenderer( 
   object input_feature_class,
   object field_to_render,
   object output_layer_file,
   int number_of_classes,
   string symbol_color
)

Parameters

input_feature_class
The feature layer containing count data to be rendered. (In, Required)
field_to_render
The name of the field containing count data. (In, Required)
output_layer_file
Output Layer (out)
number_of_classes
The number of classes into which the input feature class will be classified. (In, Required)
symbol_color
The color of the graduated circles. (In, Required)

See Also

© 2010 All Rights Reserved.