C# Class NAEngine.frmMain

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
OnContextMenu ( int x, int y ) : bool
OnCurrentNetworkLayerChanged ( ) : void
OnNetworkLayersChanged ( ) : void
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Main ( ) : void
axTOCControl1_OnMouseDown ( object sender, ESRI e ) : void
frmMain_Load ( object sender, System e ) : void
miAddItem_Click ( object sender, System e ) : void
miClearLocations_Click ( object sender, System e ) : void
miLoadLocations_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnContextMenu() public method

public OnContextMenu ( int x, int y ) : bool
x int
y int
return bool

OnCurrentNetworkLayerChanged() public method

public OnCurrentNetworkLayerChanged ( ) : void
return void

OnNetworkLayersChanged() public method

public OnNetworkLayersChanged ( ) : void
return void

frmMain() public method

public frmMain ( ) : System
return System