C# 클래스 TabbedFeatureInspector.TabbedInspector

상속: System.Windows.Forms.UserControl, ESRI.ArcGIS.Editor.IObjectInspector, ESRI.ArcGIS.Geodatabase.IClassExtension, ESRI.ArcGIS.Geodatabase.IFeatureClassExtension
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 프로퍼티들

프로퍼티 타입 설명
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