This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface > INetworkAnalysisExtResults.CreateSelection Method (ArcObjects .NET 10.5 SDK) |
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 );
INetworkAnalysisExtResults Interface | IEnumNetEID Interface