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




in_network_dataset
The network dataset whose turn feature classes are to receive alternate ID fields. The fields will be created on all of the turn feature classes added as a turn source to the network dataset. (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 PopulateAlternateIDFields(in_network_dataset, alternate_ID_field_name)
C# 
public PopulateAlternateIDFields( 
   object in_network_dataset,
   string alternate_ID_field_name
)

Parameters

in_network_dataset
The network dataset whose turn feature classes are to receive alternate ID fields. The fields will be created on all of the turn feature classes added as a turn source to the network dataset. (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.