This document is archived and information here might be outdated.  Recommended version.


ISMDirItem.DriveText Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMDirItem.DriveText Property

Formatted text descrbing the length and time of the direction item.

[Visual Basic .NET]
Public ReadOnly Property DriveText As String
[C#]
public string DriveText {get;}
[C++]
HRESULT get_DriveText(
  BSTR* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns formatted text composed from the item length and time. For example, "drive 10 mi ~ 10 minutes".

See Also

ISMDirItem Interface