Click or drag to resize

BodyDescription Structure

Structure to hold body type, number and name
Inheritance Hierarchy
SystemObject
  SystemValueType
    ASCOM.AstrometryBodyDescription

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public struct BodyDescription

The BodyDescription type exposes the following members.

Fields
 NameDescription
Public fieldName Name of the body (limited to 99 characters)
Public fieldNumber body number
Public fieldType Type of body
Top
Remarks
Designates a celestial object.
See Also