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