C# Class SchematicCreateBasicSettingsAddIn.frmAdvanced

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Properties

Property Type Description
m_colFieldsToCreate System.Collections.Specialized.NameValueCollection
m_myCol System.Collections.Specialized.NameValueCollection
strLayers string
strNodeLayers string

Public Methods

Method Description
frmAdvanced ( ) : System
frmAdvanced_Load ( object sender, EventArgs e ) : void

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.

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 method

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

frmAdvanced() public method

public frmAdvanced ( ) : System
return System

frmAdvanced_Load() public method

public frmAdvanced_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

m_colFieldsToCreate public_oe property

public NameValueCollection,System.Collections.Specialized m_colFieldsToCreate
return System.Collections.Specialized.NameValueCollection

m_myCol public_oe property

public NameValueCollection,System.Collections.Specialized m_myCol
return System.Collections.Specialized.NameValueCollection

strLayers public_oe property

public string strLayers
return string

strNodeLayers public_oe property

public string strNodeLayers
return string