AntennaTargetingResult Constructor |
Creates a new instance specifying all parameters
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AntennaTargetingResult(
IServiceProvider antenna,
AntennaTargetingResultReason cause
)
Public Sub New (
antenna As IServiceProvider,
cause As AntennaTargetingResultReason
)
public:
AntennaTargetingResult(
IServiceProvider^ antenna,
AntennaTargetingResultReason cause
)
new :
antenna : IServiceProvider *
cause : AntennaTargetingResultReason -> AntennaTargetingResult
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