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