C# Class CustomRulesPageCS.FrmNodeReductionRule

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FrmNodeReductionRule ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

FrmNodeReductionRule() public méthode

public FrmNodeReductionRule ( ) : System
Résultat System

Property Details

TxtDescription public_oe property

public System.Windows.Forms.TextBox TxtDescription
Résultat System.Windows.Forms.TextBox

chkKeepVertices public_oe property

public System.Windows.Forms.CheckBox chkKeepVertices
Résultat System.Windows.Forms.CheckBox

chkLinkAttribute public_oe property

public System.Windows.Forms.CheckBox chkLinkAttribute
Résultat System.Windows.Forms.CheckBox

cmbAttributeName public_oe property

public System.Windows.Forms.ComboBox cmbAttributeName
Résultat System.Windows.Forms.ComboBox

cmbReducedNodeClass public_oe property

public System.Windows.Forms.ComboBox cmbReducedNodeClass
Résultat System.Windows.Forms.ComboBox

cmbTargetSuperspanClass public_oe property

public System.Windows.Forms.ComboBox cmbTargetSuperspanClass
Résultat System.Windows.Forms.ComboBox

lblAttributeName public_oe property

public System.Windows.Forms.Label lblAttributeName
Résultat System.Windows.Forms.Label

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
Résultat System.Windows.Forms.Label

lblGroup public_oe property

public System.Windows.Forms.GroupBox lblGroup
Résultat System.Windows.Forms.GroupBox

lblReducedNode public_oe property

public System.Windows.Forms.Label lblReducedNode
Résultat System.Windows.Forms.Label

lblTargetSuperspan public_oe property

public System.Windows.Forms.Label lblTargetSuperspan
Résultat System.Windows.Forms.Label

txtLinkAttribute public_oe property

public System.Windows.Forms.TextBox txtLinkAttribute
Résultat System.Windows.Forms.TextBox