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




in_network_dataset
The network dataset whose turn feature classes are being updated by their alternate ID fields. (In, Required)
alternate_ID_field_name
The name of the alternate ID field on the edge feature sources of the network dataset. All edge feature sources referenced by turns must have the same name for the alternate ID field. (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 alternate_ID_field_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_network_dataset As Object
Dim alternate_ID_field_name As String
 
Dim instance As UpdateByAlternateIDFields(in_network_dataset, alternate_ID_field_name)
C# 
public UpdateByAlternateIDFields( 
   object in_network_dataset,
   string alternate_ID_field_name
)

Parameters

in_network_dataset
The network dataset whose turn feature classes are being updated by their alternate ID fields. (In, Required)
alternate_ID_field_name
The name of the alternate ID field on the edge feature sources of the network dataset. All edge feature sources referenced by turns must have the same name for the alternate ID field. (In, Required)

See Also

© 2010 All Rights Reserved.