Click or drag to resize

PointScattererInformation Constructor (JulianDate, SignalIdentifier, IEnumerable<Object>)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PointScattererInformation(
	JulianDate arrivalTime,
	SignalIdentifier identifier,
	IEnumerable<Object> additionalSignalData
)

Parameters

arrivalTime
Type: AGI.Foundation.Time.JulianDate
The time at which the signal arrives at the point scatterer.
identifier
Type: AGI.Foundation.Communications.SignalIdentifier
The unique signal identifier for the point scatterer.
additionalSignalData
Type: System.Collections.Generic.IEnumerable<Object>
A list of additional signal data to be added to the signal.
See Also