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




No matter which output shape type is chosen, the best route is always determined by the network impedance, never Euclidean distance. This means only the route shapes are different, not the underlying traversal of the network. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property output_path_shape As String
Visual Basic (Usage)Copy Code
Dim instance As MakeODCostMatrixLayer
Dim value As String
 
instance.output_path_shape = value
 
value = instance.output_path_shape
C# 
public string output_path_shape {get; set;}

See Also

© 2010 All Rights Reserved.