Photodetector.CentralBody Property |
Gets or sets the central body for the photodetector.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBody CentralBody { get; set; }
Public Property CentralBody As CentralBody
Get
Set
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
void set (CentralBody^ value);
}
member CentralBody : CentralBody with get, set
Property Value
Type:
CentralBody
See Also