Table of Contents

Class TrackEndedTrackInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This is the default constructor of this parameter.

public class TrackEndedTrackInteractiveOverlayEventArgs : EventArgs
Inheritance
TrackEndedTrackInteractiveOverlayEventArgs
Inherited Members

Remarks

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

Constructors

TrackEndedTrackInteractiveOverlayEventArgs()

Constructor of TrackEndedTrackInteractiveOverlayEventArgs class.

public TrackEndedTrackInteractiveOverlayEventArgs()

TrackEndedTrackInteractiveOverlayEventArgs(BaseShape)

Constructor of TrackEndedTrackInteractiveOverlayEventArgs class.

public TrackEndedTrackInteractiveOverlayEventArgs(BaseShape trackShape)

Parameters

trackShape BaseShape

This parameter specified the tracked shape.

Properties

TrackShape

Gets or sets the tracked shape.

public BaseShape TrackShape { get; set; }

Property Value

BaseShape