This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface > INetworkAnalysisExtResults.SetResults Method (ArcObjects .NET 10.4 SDK) |
Sets the current results to the specified network elements.
[Visual Basic .NET] Public Sub SetResults ( _ ByVal junctionEIDs As IEnumNetEID, _ ByVal edgeEIDs As IEnumNetEID _ )
[C#] public void SetResults ( IEnumNetEID junctionEIDs, IEnumNetEID edgeEIDs );