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




in_turn_table
The .dbf or INFO turn table from which the new turn feature class is being created. (In, Required)
reference_line_features
The line feature class to which the input turn table refers. The feature class must be a source in a network dataset. (In, Required)
out_feature_class_name
The name of the new turn feature class to create. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_turn_table As Object, _
   ByVal reference_line_features As Object, _
   ByVal out_feature_class_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_turn_table As Object
Dim reference_line_features As Object
Dim out_feature_class_name As String
 
Dim instance As TurnTableToTurnFeatureClass(in_turn_table, reference_line_features, out_feature_class_name)
C# 
public TurnTableToTurnFeatureClass( 
   object in_turn_table,
   object reference_line_features,
   string out_feature_class_name
)

Parameters

in_turn_table
The .dbf or INFO turn table from which the new turn feature class is being created. (In, Required)
reference_line_features
The line feature class to which the input turn table refers. The feature class must be a source in a network dataset. (In, Required)
out_feature_class_name
The name of the new turn feature class to create. (In, Required)

See Also

© 2010 All Rights Reserved.