Table of Contents

Class FeatureDroppedEditInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the FeatureDropped. event.

public class FeatureDroppedEditInteractiveOverlayEventArgs : EventArgs
Inheritance
FeatureDroppedEditInteractiveOverlayEventArgs
Inherited Members

Constructors

FeatureDroppedEditInteractiveOverlayEventArgs()

Constructor of FeatureDroppedEditInteractiveOverlayEventArgs class.

public FeatureDroppedEditInteractiveOverlayEventArgs()

Remarks

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

FeatureDroppedEditInteractiveOverlayEventArgs(Feature)

Constructor of FeatureDroppedEditInteractiveOverlayEventArgs class.

public FeatureDroppedEditInteractiveOverlayEventArgs(Feature droppedFeature)

Parameters

droppedFeature Feature

Properties

DroppedFeature

Gets or sets the Feature to be dropped.

public Feature DroppedFeature { get; set; }

Property Value

Feature