This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace Interface > INetworkWorkspace.OpenNetwork Method (ArcObjects .NET 10.5 SDK) |
Opens a logical network.
[Visual Basic .NET] Public Function OpenNetwork ( _ ByVal NetworkName As String, _ ByVal NetworkType As esriNetworkType, _ ByVal networkAccess As esriNetworkAccess _ ) As INetwork
[C#] public INetwork OpenNetwork ( string NetworkName, esriNetworkType NetworkType, esriNetworkAccess networkAccess );
[C++]
HRESULT OpenNetwork(
BSTR NetworkName,
esriNetworkType NetworkType,
esriNetworkAccess networkAccess,
INetwork** Network
);
[C++]
Parameters NetworkName [in] NetworkName is a parameter of type BSTR NetworkType [in]
NetworkType is a parameter of type esriNetworkType networkAccess [in]
networkAccess is a parameter of type esriNetworkAccess Network [out, retval]
Network is a parameter of type INetwork