Class PlanetCarrierCompoundStabilityAnalysis
Inheritance
System.Object
PlanetCarrierCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PlanetCarrierCompoundStabilityAnalysis : MountableComponentCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<PlanetCarrierStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetCarrierStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetCarrierStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetCarrierStabilityAnalysis> |
ComponentDesign
Declaration
public PlanetCarrier ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| PlanetCarrier |
Implements
System.IEquatable<T>