CommunicationSystemConfigureAntennaTargeting 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: 24.2.419.0 (24.2.419.0)
Syntax public 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