This document is archived and information here might be outdated.  Recommended version.


INetworkDatasetDialog.DoModalAdvancedCreateNetwork Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IN > INetworkDatasetDialog Interface > INetworkDatasetDialog.DoModalAdvancedCreateNetwork Method
ArcGIS Developer Help

INetworkDatasetDialog.DoModalAdvancedCreateNetwork Method

Prompts the user to define a new network dataset.

[Visual Basic .NET]
Public Function DoModalAdvancedCreateNetwork ( _
    ByVal fdsName As IFeatureDatasetName, _
    ByVal parentWindow As Integer _
) As INetworkDataset
[C#]
public INetworkDataset DoModalAdvancedCreateNetwork (
    IFeatureDatasetName fdsName,
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkDatasetDialog Interface