C# Класс ReshapePolylineEditTask_CS.ReshapePolylineEditTask

Наследование: ESRI.ArcGIS.Controls.IEngineEditTask
Показать файл Открыть проект

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

Метод Описание
Activate ( ESRI editor, ESRI oldTask ) : void
Deactivate ( ) : void
OnDeleteSketch ( ) : void
OnFinishSketch ( ) : void
OnSelectionChanged ( ) : void
OnTargetLayerChanged ( ) : void

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

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

OnCurrentTaskChanged ( ) : void
PerformSketchToolEnabledChecks ( ) : void
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

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

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

public Activate ( ESRI editor, ESRI oldTask ) : void
editor ESRI
oldTask ESRI
Результат void

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

public Deactivate ( ) : void
Результат void

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

public OnDeleteSketch ( ) : void
Результат void

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

public OnFinishSketch ( ) : void
Результат void

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

public OnSelectionChanged ( ) : void
Результат void

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

public OnTargetLayerChanged ( ) : void
Результат void