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


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

INetworkAnalysisExtResults.CreateSelection Method

Creates a selection set from the specified set of network elements.

[Visual Basic .NET]
Public Sub CreateSelection ( _
    ByVal junctionEIDs As IEnumNetEID, _
    ByVal edgeEIDs As IEnumNetEID _
)
[C#]
public void CreateSelection (
    IEnumNetEID junctionEIDs,
    IEnumNetEID edgeEIDs
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtResults Interface | IEnumNetEID Interface

.NET Samples

Custom upstream trace task