C# Class SchematicCreateBasicSettingsAddIn.frmAdvanced

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

Méthodes publiques

Свойство Type Description
m_colFieldsToCreate System.Collections.Specialized.NameValueCollection
m_myCol System.Collections.Specialized.NameValueCollection
strLayers string
strNodeLayers string

Méthodes publiques

Méthode Description
frmAdvanced ( ) : System
frmAdvanced_Load ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnDone_Click ( object sender, EventArgs e ) : void
chkApplyAlgo_CheckedChanged ( object sender, EventArgs e ) : void
chkFields_SelectedIndexChanged ( object sender, EventArgs e ) : void
chkUseAttributes_CheckedChanged ( object sender, EventArgs e ) : void
tvFeatureClasses_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Method Details

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

frmAdvanced() public méthode

public frmAdvanced ( ) : System
Résultat System

frmAdvanced_Load() public méthode

public frmAdvanced_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

m_colFieldsToCreate public_oe property

public NameValueCollection,System.Collections.Specialized m_colFieldsToCreate
Résultat System.Collections.Specialized.NameValueCollection

m_myCol public_oe property

public NameValueCollection,System.Collections.Specialized m_myCol
Résultat System.Collections.Specialized.NameValueCollection

strLayers public_oe property

public string strLayers
Résultat string

strNodeLayers public_oe property

public string strNodeLayers
Résultat string