Class FeatureRotatedEditInteractiveOverlayEventArgs
Provides data for the
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
FeatureThis parameter specified the feature rotated.
Properties
RotatedFeature
Gets or sets the Feature rotated.
public Feature RotatedFeature { get; set; }