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




input_feature_class
Input Feature Class (in)
field_to_render
Field to Render (in)
output_layer_file
Output Layer File (out)
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 _
)
Visual Basic (Usage)Copy Code
Dim input_feature_class As Object
Dim field_to_render As Object
Dim output_layer_file As Object
 
Dim instance As ZRenderer(input_feature_class, field_to_render, output_layer_file)
C# 
public ZRenderer( 
   object input_feature_class,
   object field_to_render,
   object output_layer_file
)

Parameters

input_feature_class
Input Feature Class (in)
field_to_render
Field to Render (in)
output_layer_file
Output Layer File (out)

See Also

© 2010 All Rights Reserved.