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


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

ISMDirections.Count Property

The total number of items in the driving directions object.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
void
);

Product Availability

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

Description

Returns the number of items in the driving direction object.

See Also

ISMDirections Interface

.NET Samples

StreetMap routing StreetMap routing