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




in_route_features
The route features to be calibrated. (In, Required)
route_id_field
The field containing values that uniquely identify each route. This field can be numeric or character. (In, Required)
in_point_features
The point features used to calibrate the routes. (In, Required)
point_id_field
The field that identifies the route on which each calibration point is located. The values in this field match those in the route identifier field. This field can be numeric or character. (In, Required)
measure_field
The field containing the measure value for each calibration point. This field must be numeric. (In, Required)
out_feature_class
The feature class to be created. It can be a shapefile or a geodatabase feature class. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_route_features As Object, _
   ByVal route_id_field As Object, _
   ByVal in_point_features As Object, _
   ByVal point_id_field As Object, _
   ByVal measure_field As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_route_features As Object
Dim route_id_field As Object
Dim in_point_features As Object
Dim point_id_field As Object
Dim measure_field As Object
Dim out_feature_class As Object
 
Dim instance As CalibrateRoutes(in_route_features, route_id_field, in_point_features, point_id_field, measure_field, out_feature_class)
C# 
public CalibrateRoutes( 
   object in_route_features,
   object route_id_field,
   object in_point_features,
   object point_id_field,
   object measure_field,
   object out_feature_class
)

Parameters

in_route_features
The route features to be calibrated. (In, Required)
route_id_field
The field containing values that uniquely identify each route. This field can be numeric or character. (In, Required)
in_point_features
The point features used to calibrate the routes. (In, Required)
point_id_field
The field that identifies the route on which each calibration point is located. The values in this field match those in the route identifier field. This field can be numeric or character. (In, Required)
measure_field
The field containing the measure value for each calibration point. This field must be numeric. (In, Required)
out_feature_class
The feature class to be created. It can be a shapefile or a geodatabase feature class. (Out, Required)

See Also

© 2010 All Rights Reserved.