Click or drag to resize

CentralBodyGraphicsIndexerItem Property

Gets the CentralBodyGraphics for the specified CentralBody.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodyGraphics this[
	CentralBody centralBody
] { get; }

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody.

Return Value

Type: CentralBodyGraphics
The CentralBodyGraphics associated with the specified centralBody.
See Also