CustomGainPatternGainFunction Property |
Gets or sets the gain pattern function which takes a direction as a
Cartesian and
returns a gain value as a double.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Function<Cartesian, double> GainFunction { get; set; }
Public Property GainFunction As Function(Of Cartesian, Double)
Get
Set
public:
property Function<Cartesian, double>^ GainFunction {
Function<Cartesian, double>^ get ();
void set (Function<Cartesian, double>^ value);
}
member GainFunction : Function<Cartesian, float> with get, set
Property Value
Type:
FunctionCartesian,
DoubleSee Also