C# Класс TabbedFeatureInspector.TabbedInspector

Наследование: System.Windows.Forms.UserControl, ESRI.ArcGIS.Editor.IObjectInspector, ESRI.ArcGIS.Geodatabase.IClassExtension, ESRI.ArcGIS.Geodatabase.IFeatureClassExtension
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
title string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Clear() публичный Метод

Clear the inspector before inspecting another object.
public Clear ( ) : void
Результат void

Copy() публичный Метод

Copies the values from srcRow to the row being edited.
public Copy ( ESRI srcRow ) : void
srcRow ESRI
Результат void

Copy() публичный Метод

Copies the values from srcRow to the row being edited.
public Copy ( IRow srcRow ) : void
srcRow IRow
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Init() публичный Метод

Initializes the extension, passing in a reference to its class helper.
public Init ( ESRI pClassHelper, ESRI pExtensionProperties ) : void
pClassHelper ESRI
pExtensionProperties ESRI
Результат void

Init() публичный Метод

Initializes the extension, passing in a reference to its class helper.
public Init ( IClassHelper pClassHelper, IPropertySet pExtensionProperties ) : void
pClassHelper IClassHelper
pExtensionProperties IPropertySet
Результат void

Inspect() публичный Метод

Inspects the properties of the features.
public Inspect ( ESRI objects, ESRI Editor ) : void
objects ESRI
Editor ESRI
Результат void

Inspect() публичный Метод

Inspects the properties of the features.
public Inspect ( IEngineEnumRow objects, IEngineEditor Editor ) : void
objects IEngineEnumRow
Editor IEngineEditor
Результат void

Shutdown() публичный Метод

Informs the extension that its class helper is going away.
public Shutdown ( ) : void
Результат void

TabbedInspector() публичный Метод

public TabbedInspector ( ) : System
Результат System

Описание свойств

title публичное статическое свойство

public static string title
Результат string