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




in_cover
The coverage from which the routes are to be created. (In, Required)
out_route_system
The name of the route system to be created or appended. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal out_route_system As String _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_route_system As String
 
Dim instance As ArcRoute(in_cover, out_route_system)
C# 
public ArcRoute( 
   object in_cover,
   string out_route_system
)

Parameters

in_cover
The coverage from which the routes are to be created. (In, Required)
out_route_system
The name of the route system to be created or appended. (In, Required)

See Also

© 2010 All Rights Reserved.