ArcObjects Library Reference (DataSourcesFile)  

ISMDirections.TotalsText Property

A string containing the total time and length of the route.

[Visual Basic .NET]
Public ReadOnly Property TotalsText As String
[C#]
public string TotalsText {get;}
[C++]
HRESULT get_TotalsText(
  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 text string consisting of the total time and length of the route.

See Also

ISMDirections Interface

.NET Samples

StreetMap routing (Code Files: DirectionsForm)