C# Class TabbedFeatureInspector.TabbedInspector

Inheritance: System.Windows.Forms.UserControl, ESRI.ArcGIS.Editor.IObjectInspector, ESRI.ArcGIS.Geodatabase.IClassExtension, ESRI.ArcGIS.Geodatabase.IFeatureClassExtension
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
title string

Public Methods

Method Description
Clear ( ) : void

Clear the inspector before inspecting another object.

Copy ( ESRI srcRow ) : void

Copies the values from srcRow to the row being edited.

Copy ( IRow srcRow ) : void

Copies the values from srcRow to the row being edited.

Init ( ESRI pClassHelper, ESRI pExtensionProperties ) : void

Initializes the extension, passing in a reference to its class helper.

Init ( IClassHelper pClassHelper, IPropertySet pExtensionProperties ) : void

Initializes the extension, passing in a reference to its class helper.

Inspect ( ESRI objects, ESRI Editor ) : void

Inspects the properties of the features.

Inspect ( IEngineEnumRow objects, IEngineEditor Editor ) : void

Inspects the properties of the features.

Shutdown ( ) : void

Informs the extension that its class helper is going away.

TabbedInspector ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

InitializeComponent ( ) : void

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

RegisterFunction ( Type registerType ) : void
ReportPoints ( IFeature inspFeature ) : void

Reports the coordinates of the selected point features.

ReportPolygons ( IFeature inspFeature ) : void

Reports the area, perimeter, and number of vertices for the selected polygon

ReportPolylines ( IFeature inspFeature ) : void

Reports length, FromPoint-x, FromPoint-y, ToPoint-x, ToPoint-x of selected polylines.

SetParent ( int hWndChild, int hWndNewParent ) : int
ShowWindow ( int hWnd, int nCmdShow ) : int
UnregisterFunction ( Type registerType ) : void

Method Details

Clear() public method

Clear the inspector before inspecting another object.
public Clear ( ) : void
return void

Copy() public method

Copies the values from srcRow to the row being edited.
public Copy ( ESRI srcRow ) : void
srcRow ESRI
return void

Copy() public method

Copies the values from srcRow to the row being edited.
public Copy ( IRow srcRow ) : void
srcRow IRow
return void

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

Init() public method

Initializes the extension, passing in a reference to its class helper.
public Init ( ESRI pClassHelper, ESRI pExtensionProperties ) : void
pClassHelper ESRI
pExtensionProperties ESRI
return void

Init() public method

Initializes the extension, passing in a reference to its class helper.
public Init ( IClassHelper pClassHelper, IPropertySet pExtensionProperties ) : void
pClassHelper IClassHelper
pExtensionProperties IPropertySet
return void

Inspect() public method

Inspects the properties of the features.
public Inspect ( ESRI objects, ESRI Editor ) : void
objects ESRI
Editor ESRI
return void

Inspect() public method

Inspects the properties of the features.
public Inspect ( IEngineEnumRow objects, IEngineEditor Editor ) : void
objects IEngineEnumRow
Editor IEngineEditor
return void

Shutdown() public method

Informs the extension that its class helper is going away.
public Shutdown ( ) : void
return void

TabbedInspector() public method

public TabbedInspector ( ) : System
return System

Property Details

title public_oe static_oe property

public static string title
return string