This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkCollection Interface > INetworkCollection.CreateGeometricNetwork Method (ArcObjects .NET 10.4 SDK) |
Creates a new GeometricNetwork in this FeatureDataset.
[Visual Basic .NET] Public Function CreateGeometricNetwork ( _ ByVal Name As String, _ ByVal NetworkType As esriNetworkType, _ ByVal buildNormalizedTables As Boolean _ ) As IGeometricNetwork
[C#] public IGeometricNetwork CreateGeometricNetwork ( string Name, esriNetworkType NetworkType, bool buildNormalizedTables );
[C++]
HRESULT CreateGeometricNetwork(
BSTR Name,
esriNetworkType NetworkType,
VARIANT_BOOL buildNormalizedTables,
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 Network [out, retval]
Network is a parameter of type IGeometricNetwork