| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkDatasetDialog
Provides access to members that show dialogs for creating and editing network datasets.
| Method Summary | |
|---|---|
 INetworkDataset | 
doModalAdvancedCreateNetwork(IFeatureDatasetName fdsName,
                             int parentWindow)
Prompts the user to define a new network dataset.  | 
 INetworkDataset | 
doModalCreateNetwork(IFeatureClassName lineClassName,
                     int parentWindow)
Prompts the user to define a new network dataset.  | 
 INetworkDataset | 
doModalDataElementCreateNetwork(IDatasetContainer2 datasetContainer,
                                IDENetworkDataset netDataElement,
                                int parentWindow)
Prompts the user to define a new network dataset.  | 
 void | 
doModalEdit(INetworkDataset network,
            int parentWindow)
Shows the properties of a network dataset.  | 
| Method Detail | 
|---|
INetworkDataset doModalCreateNetwork(IFeatureClassName lineClassName,
                                     int parentWindow)
                                     throws IOException,
                                            AutomationException
lineClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName  (in)parentWindow - The parentWindow (A  COM typedef)   (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INetworkDataset doModalAdvancedCreateNetwork(IFeatureDatasetName fdsName,
                                             int parentWindow)
                                             throws IOException,
                                                    AutomationException
fdsName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName  (in)parentWindow - The parentWindow (A  COM typedef)   (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INetworkDataset doModalDataElementCreateNetwork(IDatasetContainer2 datasetContainer,
                                                IDENetworkDataset netDataElement,
                                                int parentWindow)
                                                throws IOException,
                                                       AutomationException
datasetContainer - A reference to a com.esri.arcgis.geodatabase.IDatasetContainer2  (in)netDataElement - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset  (in)parentWindow - The parentWindow (A  COM typedef)   (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void doModalEdit(INetworkDataset network,
                 int parentWindow)
                 throws IOException,
                        AutomationException
network - A reference to a com.esri.arcgis.geodatabase.INetworkDataset  (in)parentWindow - The parentWindow (A  COM typedef)   (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||