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


INetworkAnalysisExtResults.ResultFeatureCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtResults.ResultFeatureCount Property

Number of elements in the current results.

[Visual Basic .NET]
Public ReadOnly Property ResultFeatureCount As Integer
[C#]
public int ResultFeatureCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

ResultFeatureCount returns the total number of network elements that are currently set as the results using the SetResults method.

See Also

INetworkAnalysisExtResults Interface