MinimumVarianceDistortionlessResponseBeamformerNullDirectionsProvider Property  | 
  
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DirectionsProvider NullDirectionsProvider { get; set; }Public Property NullDirectionsProvider As DirectionsProvider
	Get
	Set
public:
property DirectionsProvider^ NullDirectionsProvider {
	DirectionsProvider^ get ();
	void set (DirectionsProvider^ value);
}member NullDirectionsProvider : DirectionsProvider with get, set
Property Value
Type: 
DirectionsProvider
Remarks
            This property defaults to .
            If not set, the weights produced will not account for null steering.
            
See Also