Provides access to members that control a network layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
DisplayAttribute |
The primary display network attribute. |
|
ExpandRegionForSymbols |
Expands the given geometry by an amount that will include the layer's symbology for the given display. |
|
NetworkDataset |
The Network Dataset used to define the layer. |
|
ScaleSymbols |
Indicates if symbols are scaled for the layer. |
|
SearchLocatedNetworkElements |
Searches through the specified network dataset's source and returns an enumeration of network locations that intersect the input geometry. |
CoClasses that implement INetworkLayer
CoClasses and Classes |
Description |
NetworkLayer |
Esri Network Layer CoClass. |
.NET Snippets
Get Current Network Layer |
Statements - Get Current Network Layer
.NET Samples
Closest facility solver (Code Files:
frmClosestFacilitySolver) |
Service area solver (Code Files:
frmServiceAreaSolver) |
Location-allocation solver (Code Files:
frmLocationAllocationSolver) |
Vehicle routing problem solver (Code Files:
frmVRPSolver) |
Origin-destination cost matrix solver (Code Files:
frmODCostMatrixSolver) |
Subset network evaluators (Code Files:
SubsetHelperUI)
.NET Related Topics
NetworkAnalystUI