Click or drag to resize

AntennaTargetingResult Constructor

Creates a new instance specifying all parameters

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AntennaTargetingResult(
	IServiceProvider antenna,
	AntennaTargetingResultReason cause
)

Parameters

antenna
Type: SystemIServiceProvider
The antenna that could not be targeted.
cause
Type: AGI.Foundation.CommunicationsAntennaTargetingResultReason
The reason the antenna could not be targeted.
See Also