ArcObjects Library Reference (GeoDatabase)  

INetworkWorkspace.GetNetworkNames Method

Returns an enumeration of the names of the logical networks within the current workspace.

[Visual Basic .NET]
Public Function GetNetworkNames ( _
) As IEnumBSTR
[C#]
public IEnumBSTR GetNetworkNames (
);
[C++]
HRESULT GetNetworkNames(
  IEnumBSTR** networkNames
);
[C++]

Parameters

networkNames [out, retval]

  networkNames is a parameter of type IEnumBSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkWorkspace Interface