CentralBodyGraphicsIndexerItem Property |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodyGraphics this[
CentralBody centralBody
] { get; }
Public ReadOnly Default Property Item (
centralBody As CentralBody
) As CentralBodyGraphics
Get
public:
property CentralBodyGraphics^ default[CentralBody^ centralBody] {
CentralBodyGraphics^ get (CentralBody^ centralBody);
}
member Item : CentralBodyGraphics with get
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody.
Return Value
Type:
CentralBodyGraphicsThe
CentralBodyGraphics associated with the specified
centralBody.
See Also