Click or drag to resize

SensorFieldOfViewVisualizerTEntity Constructor (EntitySetTEntity)

Initializes a new instance to project sensors onto the Earth.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorFieldOfViewVisualizer(
	EntitySet<TEntity> entities
)

Parameters

entities
Type: AGI.Foundation.TrackingEntitySetTEntity
The entity set holding the entities to be visualized.
See Also