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




The 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)

Syntax

Visual Basic (Declaration) 
Public Property in_network_dataset As Object
Visual Basic (Usage)Copy Code
Dim instance As CreateTurnFeatureClass
Dim value As Object
 
instance.in_network_dataset = value
 
value = instance.in_network_dataset
C# 
public object in_network_dataset {get; set;}

See Also

© 2010 All Rights Reserved.