This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace2 Interface > INetworkWorkspace2.CreateNetworkEx Method (ArcObjects .NET 10.4 SDK) |
Creates a logical network based on the specified configuration keyword.
[Visual Basic .NET] Public Function CreateNetworkEx ( _ ByVal NetworkName As String, _ ByVal NetworkType As esriNetworkType, _ ByVal buildNormalizedTables As Boolean, _ ByVal ConfigKeyword As String, _ ByVal formatNum As Integer _ ) As INetwork
[C#] public INetwork CreateNetworkEx ( string NetworkName, esriNetworkType NetworkType, bool buildNormalizedTables, string ConfigKeyword, int formatNum );
[C++]
HRESULT CreateNetworkEx(
BSTR NetworkName,
esriNetworkType NetworkType,
VARIANT_BOOL buildNormalizedTables,
BSTR ConfigKeyword,
long formatNum,
INetwork** Network
);
[C++]
Parameters NetworkName [in] NetworkName is a parameter of type BSTR NetworkType [in]
NetworkType is a parameter of type esriNetworkType buildNormalizedTables [in] buildNormalizedTables is a parameter of type VARIANT_BOOL ConfigKeyword [in] ConfigKeyword is a parameter of type BSTR formatNum [in] formatNum is a parameter of type long Network [out, retval]
Network is a parameter of type INetwork