ComplexReceiver Constructor (String, Point, Axes, Amplifier, RadioFrequencyGainPattern) | 
 
            Creates a new instance specifying all parameters.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ComplexReceiver(
	string name,
	Point location,
	Axes orientation,
	Amplifier amplifier,
	RadioFrequencyGainPattern gainPattern
)
Public Sub New ( 
	name As String,
	location As Point,
	orientation As Axes,
	amplifier As Amplifier,
	gainPattern As RadioFrequencyGainPattern
)
public:
ComplexReceiver(
	String^ name, 
	Point^ location, 
	Axes^ orientation, 
	Amplifier^ amplifier, 
	RadioFrequencyGainPattern^ gainPattern
)
new : 
        name : string * 
        location : Point * 
        orientation : Axes * 
        amplifier : Amplifier * 
        gainPattern : RadioFrequencyGainPattern -> ComplexReceiverParameters
- name
 - Type: SystemString
The name of the receiver. - location
 - Type: AGI.Foundation.GeometryPoint
The Point defining the location of the receiver over time. - orientation
 - Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the receiver over time. - amplifier
 - Type: AGI.Foundation.Communications.SignalProcessingAmplifier
The amplifier. - gainPattern
 - Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern. 
See Also