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


INAStreetDirection.ResultObjectCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection Interface > INAStreetDirection.ResultObjectCount Property
ArcGIS Developer Help

INAStreetDirection.ResultObjectCount Property

The number of result objects that belong to this direction.

[Visual Basic .NET]
Public ReadOnly Property ResultObjectCount As Integer
[C#]
public int ResultObjectCount {get;}
[C++]
HRESULT get_ResultObjectCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ResultObjectCount returns the number of traversal result elements associated with the direction element.

See Also

INAStreetDirection Interface