BesselCircularApertureGainPatternExponent Property  | 
 
            Gets or sets the bessel function exponent.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int Exponent { get; set; }Public Property Exponent As Integer
	Get
	Set
public:
property int Exponent {
	int get ();
	void set (int value);
}member Exponent : int with get, set
Property Value
Type: 
Int32
RemarksDefaults to a value of 1.
See Also