Class PlanetCarrierCompoundStabilityAnalysis
Inheritance
System.Object
PlanetCarrierCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>