WaypointVisualizerTEntity Constructor (EntitySetTEntity, HistoryGeneratorTEntity, SetHint) | 
  
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic WaypointVisualizer(
	EntitySet<TEntity> entities,
	HistoryGenerator<TEntity> historyGenerator,
	SetHint setHint
)
Public Sub New ( 
	entities As EntitySet(Of TEntity),
	historyGenerator As HistoryGenerator(Of TEntity),
	setHint As SetHint
)
public:
WaypointVisualizer(
	EntitySet<TEntity>^ entities, 
	HistoryGenerator<TEntity>^ historyGenerator, 
	SetHint setHint
)
new : 
        entities : EntitySet<'TEntity> * 
        historyGenerator : HistoryGenerator<'TEntity> * 
        setHint : SetHint -> WaypointVisualizerParameters
- entities
 - Type: AGI.Foundation.TrackingEntitySetTEntity
The entities to be visualized. - historyGenerator
 - Type: AGI.Foundation.TrackingHistoryGeneratorTEntity
The instance HistoryGenerator{TEntity} to use to retrieve track data. - setHint
 - Type: AGI.Foundation.GraphicsSetHint
The SetHint to use for the underlying primitives./> 
See Also