Transponder Constructor (String, Point, RadioFrequencyGainPattern, Point, RadioFrequencyGainPattern, Double, Double) | 
 
            Creates a new instance with the specified properties.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Transponder(
	string name,
	Point inputAntennaLocationPoint,
	RadioFrequencyGainPattern inputAntennaGainPattern,
	Point outputAntennaLocationPoint,
	RadioFrequencyGainPattern outputAntennaGainPattern,
	double gain,
	double noiseFactor
)
Public Sub New ( 
	name As String,
	inputAntennaLocationPoint As Point,
	inputAntennaGainPattern As RadioFrequencyGainPattern,
	outputAntennaLocationPoint As Point,
	outputAntennaGainPattern As RadioFrequencyGainPattern,
	gain As Double,
	noiseFactor As Double
)
public:
Transponder(
	String^ name, 
	Point^ inputAntennaLocationPoint, 
	RadioFrequencyGainPattern^ inputAntennaGainPattern, 
	Point^ outputAntennaLocationPoint, 
	RadioFrequencyGainPattern^ outputAntennaGainPattern, 
	double gain, 
	double noiseFactor
)
new : 
        name : string * 
        inputAntennaLocationPoint : Point * 
        inputAntennaGainPattern : RadioFrequencyGainPattern * 
        outputAntennaLocationPoint : Point * 
        outputAntennaGainPattern : RadioFrequencyGainPattern * 
        gain : float * 
        noiseFactor : float -> TransponderParameters
- name
 - Type: SystemString
The name of the transponder. - inputAntennaLocationPoint
 - Type: AGI.Foundation.GeometryPoint
The Point defining the location of the input antenna over time. - inputAntennaGainPattern
 - Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern used by the input antenna. - outputAntennaLocationPoint
 - Type: AGI.Foundation.GeometryPoint
The Point defining the location of the output antenna over time. - outputAntennaGainPattern
 - Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern used by the output antenna. - gain
 - Type: SystemDouble
The gain value to be applied to the transponder's amplifier. - noiseFactor
 - Type: SystemDouble
The NoiseFactor to be applied to the transponder's amplifier. 
See Also