Class PlanetaryDetail
Inheritance
System.Object
PlanetaryDetail
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetaryDetail : APIBase, IEquatable<APIBase>
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