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


IEnumRouteIdentifyResult.Count Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IEnumRouteIdentifyResult.Count Property

The number of route locations and features in the enumeration.

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

Parameters locationCount [out, retval] locationCount is a parameter of type long

Product Availability

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

See Also

IEnumRouteIdentifyResult Interface