C# Class TabbedFeatureInspector.TabbedInspector

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

Méthodes publiques

Свойство Type Description
title string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Clear the inspector before inspecting another object.
public Clear ( ) : void
Résultat void

Copy() public méthode

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

Copy() public méthode

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

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

Init() public méthode

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

Init() public méthode

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

Inspect() public méthode

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

Inspect() public méthode

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

Shutdown() public méthode

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

TabbedInspector() public méthode

public TabbedInspector ( ) : System
Résultat System

Property Details

title public_oe static_oe property

public static string title
Résultat string