Class PlanetaryDetail
Inheritance
System.Object
PlanetaryDetail
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetaryDetail : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FirstPlanetAngle
Declaration
public double FirstPlanetAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfPlanets
Declaration
public int NumberOfPlanets { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PlanetDeltaAngles
Declaration
public ReadOnlyCollection<NamedPlanetAngle> PlanetDeltaAngles { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<NamedPlanetAngle> |
|
PlanetDiameter
Declaration
public double PlanetDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RegularlySpacedPlanets
Declaration
public bool RegularlySpacedPlanets { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods