Network Dataset DataElement.
[Visual Basic 6.0] Function GetNetworkDescription(
ByVal NALayerName As String _
) As INAServerNetworkDescription
[Visual Basic .NET] Public Function GetNetworkDescription ( _ ByVal NALayerName As String _ ) As INAServerNetworkDescription
[C#] public INAServerNetworkDescription GetNetworkDescription ( string NALayerName );
[Java] public INAServerNetworkDescription getNetworkDescription ( String NALayerName ) throws IOException, AutomationException
[C++] HRESULT GetNetworkDescription( BSTR NALayerName, INAServerNetworkDescription** NetworkDescription );
Parameters
NALayerName [in]
NALayerName is a parameter of type BSTR
NetworkDescription [out, retval]
NetworkDescription is a parameter of type INAServerNetworkDescription
GetNetworkDescription returns an NAServerNetworkDescription object that allows you to retrieve things like the name of the network dataset as well as the sources and attributes within the network dataset.