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




Specifies the linear units in which the length information will be reported in the directions file. For example, even though your impedance was in meters, you can show directions in miles. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.