This document is archived and information here might be outdated.  Recommended version.


INetworkWorkspace.GetNetworkNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace Interface > INetworkWorkspace.GetNetworkNames Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

INetworkWorkspace Interface