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


ISMDirItem.Time 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.Time Property
ArcGIS Developer Help

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

Product Availability

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

Description

Returns the driving time for the item.

See Also

ISMDirItem Interface