FieldOfViewCentralBodyProjectionGraphicsExtension.CentralBody Property |
Gets or sets the CentralBody on which the field of view will be projected.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBody CentralBody { get; set; }
Public Property CentralBody As CentralBody
Get
Set
public:
virtual property CentralBody^ CentralBody {
CentralBody^ get () sealed;
void set (CentralBody^ value) sealed;
}
abstract CentralBody : CentralBody with get, set
override CentralBody : CentralBody with get, set
Property Value
Type:
CentralBodyImplements
IFieldOfViewCentralBodyProjectionGraphicsService.CentralBody
See Also