ESRI.ArcGIS.NetworkAnalystTools
CreateTurnFeatureClass Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace : CreateTurnFeatureClass Class




For a list of all members of this type, see CreateTurnFeatureClass members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyconfig_keywordSpecifies the configuration keyword that determines the storage parameters of the new turn feature class. This parameter is used only if the output location is an ArcSDE geodatabase (In, Optional)  
Public Propertyhas_zHas Z (in, Optional)  
Public Propertyin_network_datasetThe network dataset in which the turn feature class will participate. The resulting turn feature class will be added as a turn source to the network dataset. If no network dataset is specified, the turn feature class will be created as not participating in a network dataset. (In, Optional)  
Public Propertyin_template_feature_classThe feature class used as a template to define the attribute schema of the new turn feature class. (In, Optional)  
Public Propertymaximum_edgesThe maximum number of edges that turns in the new turn feature class can model. The default value is 5. The maximum value is 20. (In, Optional)  
Public Propertyout_feature_class_nameThe name of the turn feature class to be created. (In, Required)  
Public Propertyout_locationThe 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)  
Public Propertyout_turn_featuresOutput Turn Feature Class (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyspatial_grid_1The Spatial Grid 1, 2, and 3 parameters are used to compute a spatial index and only apply to file geodatabases and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0 and ArcGIS will compute optimal sizes for you. Since no features are written by this tool, the spatial index will be in an unbuilt state. The index will be built when features are written to the feature class such as by the Append tool or editing operations. For more information about this parameter, refer to the Add Spatial Index tool documentation. (In, Optional)  
Public Propertyspatial_grid_2 Cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1. (In, Optional)  
Public Propertyspatial_grid_3 Cell size of the third spatial grid. Leave the size at 0 if you only want two grids. Otherwise, set the size to at least three times larger than Spatial Grid 2. (In, Optional)  
Public Propertyspatial_referenceThe spatial reference to be applied to the output turn feature class. This parameter is ignored if the output location is a geodatabase feature dataset as the output turn feature class will inherit the spatial reference of the feature dataset. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.