This document is archived and information here might be outdated. Recommended version. |
Get the current network layer from the Network Analyst extension.
//<-- Snippet Start --> // DESCRIPTION: // Get the current network layer from the Network Analyst extension ESRI.ArcGIS.Carto.INetworkLayer networkLayer=naExtension.CurrentNetworkLayer; //<-- Snippet End -->
' <-- Snippet Start --> ' DESCRIPTION: ' Get the current network layer from the Network Analyst extension Dim networkLayer As ESRI.ArcGIS.Carto.INetworkLayer=naExtension.CurrentNetworkLayer ' <-- Snippet End -->