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


INetworkDatasetDialog.DoModalEdit Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

INetworkDatasetDialog.DoModalEdit Method

Shows the properties of a network dataset.

[Visual Basic .NET]
Public Sub DoModalEdit ( _
    ByVal network As INetworkDataset, _
    ByVal parentWindow As Integer _
)
[C#]
public void DoModalEdit (
    INetworkDataset network,
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkDatasetDialog Interface