Click or drag to resize

CentralBodyGraphicsIndexer Class

An indexer into the CentralBodyGraphics for a particular CentralBody, which provides graphical properties such as showing or hiding the CentralBody in the Scene, and working with terrain and imagery for the specified CentralBody.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedCentralBodyGraphicsIndexer

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 sealed class CentralBodyGraphicsIndexer : IDisposable

The CentralBodyGraphicsIndexer type exposes the following members.

Properties
  NameDescription
Public propertyEarth
Gets the CentralBodyGraphics for the planet Earth. This is equivalent to passing a CentralBody equal to an instance of EarthCentralBody to the indexer.
Public propertyItem
Gets the CentralBodyGraphics for the specified CentralBody.
Public propertyMoon
Gets the CentralBodyGraphics for the Moon.
Public propertySun
Gets the CentralBodyGraphics for the Sun.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetByName
Returns the CentralBodyGraphics for the CentralBody with the given name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also