Table of Contents

Class FeatureRotatedEditInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the FeatureRotated. event.

public class FeatureRotatedEditInteractiveOverlayEventArgs : EventArgs
Inheritance
FeatureRotatedEditInteractiveOverlayEventArgs
Inherited Members

Constructors

FeatureRotatedEditInteractiveOverlayEventArgs()

Constructor of FeatureRotatedEditInteractiveOverlayEventArgs class.

public FeatureRotatedEditInteractiveOverlayEventArgs()

Remarks

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

FeatureRotatedEditInteractiveOverlayEventArgs(Feature)

Constructor of FeatureRotatedEditInteractiveOverlayEventArgs class.

public FeatureRotatedEditInteractiveOverlayEventArgs(Feature rotatedFeature)

Parameters

rotatedFeature Feature

This parameter specified the feature rotated.

Properties

RotatedFeature

Gets or sets the Feature rotated.

public Feature RotatedFeature { get; set; }

Property Value

Feature