Table of Contents

Class TrackStartedTrackInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the TrackStarted. event.

public class TrackStartedTrackInteractiveOverlayEventArgs : EventArgs
Inheritance
TrackStartedTrackInteractiveOverlayEventArgs
Inherited Members

Constructors

TrackStartedTrackInteractiveOverlayEventArgs()

Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.

public TrackStartedTrackInteractiveOverlayEventArgs()

Remarks

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

TrackStartedTrackInteractiveOverlayEventArgs(Vertex)

Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.

public TrackStartedTrackInteractiveOverlayEventArgs(Vertex startedVertex)

Parameters

startedVertex Vertex

This parameter specified the started vertex when tracking shape action is started.

Properties

StartedVertex

Gets or sets the started vertex when tracking shape action is started.

public Vertex StartedVertex { get; set; }

Property Value

Vertex