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




out_location
The schematic dataset or schematic folder in which the folder will be created. This container must already exist. (In, Required)
out_name
Name of the output schematic folder. (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 _
)
Visual Basic (Usage)Copy Code
Dim out_location As Object
Dim out_name As String
 
Dim instance As CreateSchematicFolder(out_location, out_name)
C# 
public CreateSchematicFolder( 
   object out_location,
   string out_name
)

Parameters

out_location
The schematic dataset or schematic folder in which the folder will be created. This container must already exist. (In, Required)
out_name
Name of the output schematic folder. (In, Required)

See Also

© 2010 All Rights Reserved.