PointScattererInformation Constructor (JulianDate, SignalIdentifier) | 
 
            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)
Syntaxpublic PointScattererInformation(
	JulianDate arrivalTime,
	SignalIdentifier identifier
)
Public Sub New ( 
	arrivalTime As JulianDate,
	identifier As SignalIdentifier
)
public:
PointScattererInformation(
	JulianDate arrivalTime, 
	SignalIdentifier^ identifier
)
new : 
        arrivalTime : JulianDate * 
        identifier : SignalIdentifier -> PointScattererInformationParameters
- arrivalTime
 - Type: AGI.Foundation.TimeJulianDate
The time at which the signal arrives at the point scatterer. - identifier
 - Type: AGI.Foundation.CommunicationsSignalIdentifier
The unique signal identifier for the point scatterer. 
See Also