C# Class CustomRulesPageCS.FrmNodeReductionRule

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

Public Properties

Property Type Description
TxtDescription System.Windows.Forms.TextBox
chkKeepVertices System.Windows.Forms.CheckBox
chkLinkAttribute System.Windows.Forms.CheckBox
cmbAttributeName System.Windows.Forms.ComboBox
cmbReducedNodeClass System.Windows.Forms.ComboBox
cmbTargetSuperspanClass System.Windows.Forms.ComboBox
lblAttributeName System.Windows.Forms.Label
lblDescription System.Windows.Forms.Label
lblGroup System.Windows.Forms.GroupBox
lblReducedNode System.Windows.Forms.Label
lblTargetSuperspan System.Windows.Forms.Label
txtLinkAttribute System.Windows.Forms.TextBox

Public Methods

Method Description
FrmNodeReductionRule ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Changed ( object sender, System e ) : void
FillAttNames ( object sender, EventArgs e ) : void
GetElementClass ( ESRI.ArcGIS.Schematic enumElementClass, string linkCClassName ) : ESRI.ArcGIS.Schematic.ISchematicElementClass
InitializeComponent ( ) : void

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

IsFieldNumeriqueAndEditable ( string fieldName, ESRI.ArcGIS.Schematic elementClass ) : bool
chkLinkAttribute_CheckedChanged ( object sender, EventArgs 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

FrmNodeReductionRule() public method

public FrmNodeReductionRule ( ) : System
return System

Property Details

TxtDescription public_oe property

public System.Windows.Forms.TextBox TxtDescription
return System.Windows.Forms.TextBox

chkKeepVertices public_oe property

public System.Windows.Forms.CheckBox chkKeepVertices
return System.Windows.Forms.CheckBox

chkLinkAttribute public_oe property

public System.Windows.Forms.CheckBox chkLinkAttribute
return System.Windows.Forms.CheckBox

cmbAttributeName public_oe property

public System.Windows.Forms.ComboBox cmbAttributeName
return System.Windows.Forms.ComboBox

cmbReducedNodeClass public_oe property

public System.Windows.Forms.ComboBox cmbReducedNodeClass
return System.Windows.Forms.ComboBox

cmbTargetSuperspanClass public_oe property

public System.Windows.Forms.ComboBox cmbTargetSuperspanClass
return System.Windows.Forms.ComboBox

lblAttributeName public_oe property

public System.Windows.Forms.Label lblAttributeName
return System.Windows.Forms.Label

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
return System.Windows.Forms.Label

lblGroup public_oe property

public System.Windows.Forms.GroupBox lblGroup
return System.Windows.Forms.GroupBox

lblReducedNode public_oe property

public System.Windows.Forms.Label lblReducedNode
return System.Windows.Forms.Label

lblTargetSuperspan public_oe property

public System.Windows.Forms.Label lblTargetSuperspan
return System.Windows.Forms.Label

txtLinkAttribute public_oe property

public System.Windows.Forms.TextBox txtLinkAttribute
return System.Windows.Forms.TextBox