Click or drag to resize

SingleTargetRadarLinkScalarTarget Property

Gets the IServiceProvider which represents the radar target.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider Target { get; }

Property Value

Type: IServiceProvider
Remarks
A valid target instance must provide the IPointScattererService service.
See Also