This document is archived and information here might be outdated. Recommended version. |
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
);
[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