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




in_network_dataset
The network dataset to be dissolved. (In, Required)
out_workspace_location
The geodatabase workspace in which to create the dissolved network dataset. The workspace must be an ArcGIS 10 geodatabase or later. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_network_dataset As Object, _
   ByVal out_workspace_location As Object _
)
Visual Basic (Usage)Copy Code
Dim in_network_dataset As Object
Dim out_workspace_location As Object
 
Dim instance As DissolveNetwork(in_network_dataset, out_workspace_location)
C# 
public DissolveNetwork( 
   object in_network_dataset,
   object out_workspace_location
)

Parameters

in_network_dataset
The network dataset to be dissolved. (In, Required)
out_workspace_location
The geodatabase workspace in which to create the dissolved network dataset. The workspace must be an ArcGIS 10 geodatabase or later. (In, Required)

See Also

© 2010 All Rights Reserved.