C# Class NAEngine.frmLoadLocations

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
ShowModal ( IMapControl3 mapControl, IEngineNetworkAnalystEnvironment naEnv ) : bool
frmLoadLocations ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetDataLayerGeometryType ( IDataLayer dataLayer ) : esriGeometryType
GetDataLayerName ( IDataLayer dataLayer ) : String
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopulateInputDataComboBox ( IMapControl3 mapControl, IDataLayer dataLayer ) : void
btnCancel_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System e ) : void
cboInputData_SelectedIndexChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ShowModal() public méthode

public ShowModal ( IMapControl3 mapControl, IEngineNetworkAnalystEnvironment naEnv ) : bool
mapControl IMapControl3
naEnv IEngineNetworkAnalystEnvironment
Résultat bool

frmLoadLocations() public méthode

public frmLoadLocations ( ) : System
Résultat System