C# Class ReshapePolylineEditTask_CS.ReshapePolylineEditTask

Inheritance: ESRI.ArcGIS.Controls.IEngineEditTask
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Activate ( ESRI editor, ESRI oldTask ) : void
Deactivate ( ) : void
OnDeleteSketch ( ) : void
OnFinishSketch ( ) : void
OnSelectionChanged ( ) : void
OnTargetLayerChanged ( ) : void

Private Methods

Method 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.

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

Method Details

Activate() public method

public Activate ( ESRI editor, ESRI oldTask ) : void
editor ESRI
oldTask ESRI
return void

Deactivate() public method

public Deactivate ( ) : void
return void

OnDeleteSketch() public method

public OnDeleteSketch ( ) : void
return void

OnFinishSketch() public method

public OnFinishSketch ( ) : void
return void

OnSelectionChanged() public method

public OnSelectionChanged ( ) : void
return void

OnTargetLayerChanged() public method

public OnTargetLayerChanged ( ) : void
return void