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


INetworkAnalysisExtResults.SetResults Method (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.SetResults Method
ArcGIS Developer Help

INetworkAnalysisExtResults.SetResults Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtResults Interface

.NET Samples

Custom upstream trace task