CommunicationSystem.ConfigureAntennaTargeting Method |
Attempts to configure the
OrientationAxes of each transmitter and receiver
in the
Links collection. If the
OrientationAxes property
is already defined on a given antenna, it will be overwritten. If an optimal orientation
cannot be determined for a given antenna, the orientation is left unchanged.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AntennaTargetingResultCollection ConfigureAntennaTargeting()
Public Function ConfigureAntennaTargeting As AntennaTargetingResultCollection
public:
AntennaTargetingResultCollection^ ConfigureAntennaTargeting()
member ConfigureAntennaTargeting : unit -> AntennaTargetingResultCollection
Return Value
Type:
AntennaTargetingResultCollectionThe collection of antennas whose
OrientationAxes were not modified and the reason for not doing so.
Exceptions
Remarks
See Also