Network Analysis Service GetNetworkDescription method

Get the description of a network dataset.

 

GetNetworkDescription(string NALayerName)

 

Parameter

Description

NALayerName

String representing the layer name on which to return a network description.

 

 

Return Value

 

A NAServerNetworkDescription object that contains the name of the network dataset as well as the sources and attributes within the network dataset.  

 

Remarks

 

 

Examples

C#

VB.NET

Java