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


ISMDirItem.DriveText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.DriveText Property
ArcGIS Developer Help

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(
void
);

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