CosinePedestalRectangularApertureGainPatternPedestalLevel Property  | 
 
            Gets or sets the pedestal level. The pedestal level must be greater than 0.0 and less than or equal to 1.0.
            
 
    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 PedestalLevel { get; set; }Public Property PedestalLevel As Double
	Get
	Set
public:
property double PedestalLevel {
	double get ();
	void set (double value);
}member PedestalLevel : float with get, set
Property Value
Type: 
Double
RemarksDefaults to a value of 1.0e-10.
See Also