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 > INetworkCollection2 Interface > INetworkCollection2.CreateGeometricNetworkEx Method (ArcObjects .NET 10.5 SDK) |
Creates a new GeometricNetwork with a configuration keyword in this FeatureDataset.
[Visual Basic .NET] Public Function CreateGeometricNetworkEx ( _ ByVal Name As String, _ ByVal NetworkType As esriNetworkType, _ ByVal buildNormalizedTables As Boolean, _ ByVal ConfigKeyword As String, _ ByVal formatNum As Integer _ ) As IGeometricNetwork
[C#] public IGeometricNetwork CreateGeometricNetworkEx ( string Name, esriNetworkType NetworkType, bool buildNormalizedTables, string ConfigKeyword, int formatNum );
[C++]
HRESULT CreateGeometricNetworkEx(
BSTR Name,
esriNetworkType NetworkType,
VARIANT_BOOL buildNormalizedTables,
BSTR ConfigKeyword,
long formatNum,
IGeometricNetwork** Network
);
[C++]
Parameters Name [in] Name 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 IGeometricNetwork