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




out_location
Schematic dataset or schematic folder in which the diagram will be created.

This container must already exist.

(In, Required)
out_name
Name of the schematic diagram to be created. (In, Required)
diagram_type
Schematic diagram template of the schematic diagram to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_location As Object, _
   ByVal out_name As String, _
   ByVal diagram_type As String _
)
Visual Basic (Usage)Copy Code
Dim out_location As Object
Dim out_name As String
Dim diagram_type As String
 
Dim instance As CreateDiagram(out_location, out_name, diagram_type)
C# 
public CreateDiagram( 
   object out_location,
   string out_name,
   string diagram_type
)

Parameters

out_location
Schematic dataset or schematic folder in which the diagram will be created.

This container must already exist.

(In, Required)
out_name
Name of the schematic diagram to be created. (In, Required)
diagram_type
Schematic diagram template of the schematic diagram to be created. (In, Required)

See Also

© 2010 All Rights Reserved.