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




in_point_features
The input features for which the network locations will be calculated. (In, Required)
in_network_dataset
The network dataset used to calculate the locations. (In, Required)
search_tolerance
The search tolerance for locating the input features on the network. Features that are outside the search tolerance are left unlocated. The parameter includes a value and units for the tolerance. (In, Required)
search_criteria
Specifies which sources in the network dataset will be searched when finding locations and what portions of geometry (also known as snap types) will be used. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_point_features As Object, _
   ByVal in_network_dataset As Object, _
   ByVal search_tolerance As Object, _
   ByVal search_criteria As Object _
)
Visual Basic (Usage)Copy Code
Dim in_point_features As Object
Dim in_network_dataset As Object
Dim search_tolerance As Object
Dim search_criteria As Object
 
Dim instance As CalculateLocations(in_point_features, in_network_dataset, search_tolerance, search_criteria)
C# 
public CalculateLocations( 
   object in_point_features,
   object in_network_dataset,
   object search_tolerance,
   object search_criteria
)

Parameters

in_point_features
The input features for which the network locations will be calculated. (In, Required)
in_network_dataset
The network dataset used to calculate the locations. (In, Required)
search_tolerance
The search tolerance for locating the input features on the network. Features that are outside the search tolerance are left unlocated. The parameter includes a value and units for the tolerance. (In, Required)
search_criteria
Specifies which sources in the network dataset will be searched when finding locations and what portions of geometry (also known as snap types) will be used. (In, Required)

See Also

© 2010 All Rights Reserved.