C# Class GpBufferLayer.BufferDlg

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
BufferDlg ( IHookHelper hookHelper ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetFeatureLayer ( string layerName ) : IFeatureLayer
GetLayers ( ) : IEnumLayer
InitializeComponent ( ) : void

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

PostMessage ( IntPtr wnd, uint Msg, IntPtr wParam, IntPtr lParam ) : int
ReturnMessages ( Geoprocessor gp ) : string
ScrollToBottom ( ) : void
btnBuffer_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOutputLayer_Click ( object sender, EventArgs e ) : void
bufferDlg_Load ( object sender, EventArgs e ) : void

Method Details

BufferDlg() public méthode

public BufferDlg ( IHookHelper hookHelper ) : System
hookHelper IHookHelper
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void