Table of Contents

Class FeatureEditingEditInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the FeatureEditing event.

public class FeatureEditingEditInteractiveOverlayEventArgs : EventArgs
Inheritance
FeatureEditingEditInteractiveOverlayEventArgs
Inherited Members

Constructors

FeatureEditingEditInteractiveOverlayEventArgs()

Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.

public FeatureEditingEditInteractiveOverlayEventArgs()

Remarks

If you use this constructor, you have to set the properties manually before use.

FeatureEditingEditInteractiveOverlayEventArgs(Feature)

Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.

public FeatureEditingEditInteractiveOverlayEventArgs(Feature editingFeature)

Parameters

editingFeature Feature

This parameter specified the feature dragged.

Properties

EditingFeature

Gets or sets the Feature dragged.

public Feature EditingFeature { get; set; }

Property Value

Feature