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


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

ISMDirItem.Time Property

The driving time of the route part corresponding to the direction item.

[Visual Basic .NET]
Public ReadOnly Property Time As Double
[C#]
public double Time {get;}
[C++]
HRESULT get_Time(
  double* pVal
);
[C++]

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

Product Availability

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

Description

Returns the driving time for the item.

See Also

ISMDirItem Interface