PhotodetectorParentReceiver Property |
Gets or sets the parent receiver whose axis is used in order to determine if the sun is within the field-of-view of the detector.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IServiceProvider ParentReceiver { get; set; }
Public Property ParentReceiver As IServiceProvider
Get
Set
public:
property IServiceProvider^ ParentReceiver {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member ParentReceiver : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also