WeightedDirectionWeightingMetric Property  | 
 
            Gets the weighting metric associated with the direction.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double WeightingMetric { get; }Public ReadOnly Property WeightingMetric As Double
	Get
public:
property double WeightingMetric {
	double get ();
}member WeightingMetric : float with get
Property Value
Type: 
Double
RemarksThe weighting metric can be used by beamformers in order to prioritize directions when computing complex element weights.
See Also