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




in_graph_template_source
The input graph template (.tee) or graph file (.grf). (In, Required)
in_datasets
The input data for individual series in the graph. The input data varies based on the graph type. To facilitate populating the parameters used for creating the graph series from Python, you can use the Graph class. (In, Required)
out_graph_name
The name of the graph to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_graph_template_source As Object, _
   ByVal in_datasets As Object, _
   ByVal out_graph_name As Object _
)
Visual Basic (Usage)Copy Code
Dim in_graph_template_source As Object
Dim in_datasets As Object
Dim out_graph_name As Object
 
Dim instance As MakeGraph(in_graph_template_source, in_datasets, out_graph_name)
C# 
public MakeGraph( 
   object in_graph_template_source,
   object in_datasets,
   object out_graph_name
)

Parameters

in_graph_template_source
The input graph template (.tee) or graph file (.grf). (In, Required)
in_datasets
The input data for individual series in the graph. The input data varies based on the graph type. To facilitate populating the parameters used for creating the graph series from Python, you can use the Graph class. (In, Required)
out_graph_name
The name of the graph to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.