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