This document is archived and information here might be outdated. Recommended version. |
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
);
[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 bool ConfigKeyword [in]
ConfigKeyword is a parameter of type BSTR formatNum [in]
formatNum is a parameter of type long