C# Class DigitTool.DigitDockableWindow

Designer class of the dockable window add-in. It contains user interfaces that make up the dockable window.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Свойство Type Description
DigitWindow_Resize void
InitializeComponent void
IsRelative bool
MaskedTextBox void
ResizeForm void
Splitter_Panel1_Click void
Splitter_Panel2_Click void
WindowVisibleChange void
btnOKPanel1_Click void
btnOKPanel2_Click void
cboType_SelectedIndexChanged void

Méthodes publiques

Méthode Description
AutoClear ( ) : bool
CheckValidFeature ( bool blnFromNode ) : bool
CreateNode ( ) : bool

m_createNode is true when the active panel is the one that digitize nodes.

DigitDockableWindow ( object hook ) : System
FeatureClass ( ) : ISchematicElementClass
FillValue ( ISchematicFeature &schFeature ) : void
FrmApplication ( ESRI app ) : void
Init ( ISchematicLayer schematicLayer ) : void
IsClosed ( ) : bool
SchematicFeature1 ( ISchematicFeature schematicFeature ) : void
SchematicFeature2 ( ISchematicFeature schematicFeature ) : void
SelectionChanged ( ) : void
ValidateFields ( ) : bool
cboLinkType_SelectedIndexChanged ( Object sender, System e ) : void
x ( int x ) : void
y ( int y ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DigitWindow_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

IsRelative ( string path ) : bool
MaskedTextBox ( Object sender, System e ) : void
ResizeForm ( ) : void
Splitter_Panel1_Click ( object sender, EventArgs e ) : void
Splitter_Panel2_Click ( object sender, EventArgs e ) : void
WindowVisibleChange ( object sender, EventArgs e ) : void
btnOKPanel1_Click ( object sender, EventArgs e ) : void
btnOKPanel2_Click ( object sender, EventArgs e ) : void
cboType_SelectedIndexChanged ( Object sender, System e ) : void

Method Details

AutoClear() public méthode

public AutoClear ( ) : bool
Résultat bool

CheckValidFeature() public méthode

public CheckValidFeature ( bool blnFromNode ) : bool
blnFromNode bool
Résultat bool

CreateNode() public méthode

m_createNode is true when the active panel is the one that digitize nodes.
public CreateNode ( ) : bool
Résultat bool

DigitDockableWindow() public méthode

public DigitDockableWindow ( object hook ) : System
hook object
Résultat System

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

FeatureClass() public méthode

public FeatureClass ( ) : ISchematicElementClass
Résultat ISchematicElementClass

FillValue() public méthode

public FillValue ( ISchematicFeature &schFeature ) : void
schFeature ISchematicFeature
Résultat void

FrmApplication() public méthode

public FrmApplication ( ESRI app ) : void
app ESRI
Résultat void

Init() public méthode

public Init ( ISchematicLayer schematicLayer ) : void
schematicLayer ISchematicLayer
Résultat void

IsClosed() public méthode

public IsClosed ( ) : bool
Résultat bool

SchematicFeature1() public méthode

public SchematicFeature1 ( ISchematicFeature schematicFeature ) : void
schematicFeature ISchematicFeature
Résultat void

SchematicFeature2() public méthode

public SchematicFeature2 ( ISchematicFeature schematicFeature ) : void
schematicFeature ISchematicFeature
Résultat void

SelectionChanged() public méthode

public SelectionChanged ( ) : void
Résultat void

ValidateFields() public méthode

public ValidateFields ( ) : bool
Résultat bool

cboLinkType_SelectedIndexChanged() public méthode

public cboLinkType_SelectedIndexChanged ( Object sender, System e ) : void
sender Object
e System
Résultat void

x() public méthode

public x ( int x ) : void
x int
Résultat void

y() public méthode

public y ( int y ) : void
y int
Résultat void