TransceiverInputAntennaGainPattern Property  | 
 
            Gets or sets the antenna gain pattern used by the input antenna.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RadioFrequencyGainPattern InputAntennaGainPattern { get; set; }Public Property InputAntennaGainPattern As RadioFrequencyGainPattern
	Get
	Set
public:
property RadioFrequencyGainPattern^ InputAntennaGainPattern {
	RadioFrequencyGainPattern^ get ();
	void set (RadioFrequencyGainPattern^ value);
}member InputAntennaGainPattern : RadioFrequencyGainPattern with get, set
Property Value
Type: 
RadioFrequencyGainPattern
See Also