C# Class CustomRulesPageCS.FrmBisectorRule

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
cmbParentNodeClass System.Windows.Forms.ComboBox
cmbTargetLinkClass System.Windows.Forms.ComboBox
cmbTargetNodeClass System.Windows.Forms.ComboBox
lblDescription System.Windows.Forms.Label
lblDistance System.Windows.Forms.Label
lblGroup System.Windows.Forms.GroupBox
lblParentNode System.Windows.Forms.Label
lblTargetLink System.Windows.Forms.Label
lblTargetNode System.Windows.Forms.Label
txtDistance System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
FrmBisectorRule ( ) : 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
InitializeComponent ( ) : void

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

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

FrmBisectorRule() public méthode

public FrmBisectorRule ( ) : System
Résultat System

Property Details

TxtDescription public_oe property

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

cmbParentNodeClass public_oe property

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

cmbTargetLinkClass public_oe property

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

cmbTargetNodeClass public_oe property

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

lblDescription public_oe property

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

lblDistance public_oe property

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

lblGroup public_oe property

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

lblParentNode public_oe property

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

lblTargetLink public_oe property

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

lblTargetNode public_oe property

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

txtDistance public_oe property

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