SensorFieldOfViewVisualizerTEntityCentralBody Property  | 
 
            Gets or sets the CentralBody on which the sensor field of view will be projected.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.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