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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
IServiceProvider
See Also