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
Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AutoClear ( ) : bool
return bool

CheckValidFeature() public method

public CheckValidFeature ( bool blnFromNode ) : bool
blnFromNode bool
return bool

CreateNode() public method

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

DigitDockableWindow() public method

public DigitDockableWindow ( object hook ) : System
hook object
return System

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

FeatureClass() public method

public FeatureClass ( ) : ISchematicElementClass
return ISchematicElementClass

FillValue() public method

public FillValue ( ISchematicFeature &schFeature ) : void
schFeature ISchematicFeature
return void

FrmApplication() public method

public FrmApplication ( ESRI app ) : void
app ESRI
return void

Init() public method

public Init ( ISchematicLayer schematicLayer ) : void
schematicLayer ISchematicLayer
return void

IsClosed() public method

public IsClosed ( ) : bool
return bool

SchematicFeature1() public method

public SchematicFeature1 ( ISchematicFeature schematicFeature ) : void
schematicFeature ISchematicFeature
return void

SchematicFeature2() public method

public SchematicFeature2 ( ISchematicFeature schematicFeature ) : void
schematicFeature ISchematicFeature
return void

SelectionChanged() public method

public SelectionChanged ( ) : void
return void

ValidateFields() public method

public ValidateFields ( ) : bool
return bool

cboLinkType_SelectedIndexChanged() public method

public cboLinkType_SelectedIndexChanged ( Object sender, System e ) : void
sender Object
e System
return void

x() public method

public x ( int x ) : void
x int
return void

y() public method

public y ( int y ) : void
y int
return void