C# Class CutPolygonsWithoutSelection_CS.CutPolygonsWithoutSelectionEditTask

Inheritance: ESRI.ArcGIS.Controls.IEngineEditTask
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
Activate ( ESRI editor, ESRI oldTask ) : void
Deactivate ( ) : void
OnCurrentTaskChanged ( ) : void
OnDeleteSketch ( ) : void
OnFinishSketch ( ) : void
OnTargetLayerChanged ( ) : void

Private Methods

Méthode 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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void
UpdateSketchToolStatus ( ) : void

Method Details

Activate() public méthode

public Activate ( ESRI editor, ESRI oldTask ) : void
editor ESRI
oldTask ESRI
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

OnCurrentTaskChanged() public méthode

public OnCurrentTaskChanged ( ) : void
Résultat void

OnDeleteSketch() public méthode

public OnDeleteSketch ( ) : void
Résultat void

OnFinishSketch() public méthode

public OnFinishSketch ( ) : void
Résultat void

OnTargetLayerChanged() public méthode

public OnTargetLayerChanged ( ) : void
Résultat void