Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
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 ( |
||
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 ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Init ( ESRI pClassHelper, ESRI pExtensionProperties ) : void | ||
pClassHelper | ESRI | |
pExtensionProperties | ESRI | |
Результат | void |
public Init ( IClassHelper pClassHelper, IPropertySet pExtensionProperties ) : void | ||
pClassHelper | IClassHelper | |
pExtensionProperties | IPropertySet | |
Результат | void |
public Inspect ( ESRI objects, ESRI Editor ) : void | ||
objects | ESRI | |
Editor | ESRI | |
Результат | void |
public Inspect ( IEngineEnumRow objects, IEngineEditor Editor ) : void | ||
objects | IEngineEnumRow | |
Editor | IEngineEditor | |
Результат | void |