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


INetworkAnalysisExtResults.ResultFeatureCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface > INetworkAnalysisExtResults.ResultFeatureCount Property
ArcGIS Developer Help

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