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




in_graph
Input graph name or location. (In, Required)
out_graph_file
The output image, vector, or graph file. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_graph As Object, _
   ByVal out_graph_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_graph As Object
Dim out_graph_file As Object
 
Dim instance As SaveGraph(in_graph, out_graph_file)
C# 
public SaveGraph( 
   object in_graph,
   object out_graph_file
)

Parameters

in_graph
Input graph name or location. (In, Required)
out_graph_file
The output image, vector, or graph file. (Out, Required)

See Also

© 2010 All Rights Reserved.