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




out_location
The ArcSDE, file, or personal geodatabase, or the folder in which the output turn feature class will be created. This workspace must already exist. (In, Required)
out_feature_class_name
The name of the turn feature class to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

out_location
The ArcSDE, file, or personal geodatabase, or the folder in which the output turn feature class will be created. This workspace must already exist. (In, Required)
out_feature_class_name
The name of the turn feature class to be created. (In, Required)

See Also

© 2010 All Rights Reserved.