Class MassDiscCompoundStabilityAnalysis
Inheritance
System.Object
MassDiscCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MassDiscCompoundStabilityAnalysis : VirtualComponentCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<MassDiscStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<MassDiscStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscStabilityAnalysis> |
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MassDisc |
Planetaries
Declaration
public ReadOnlyCollection<MassDiscCompoundStabilityAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscCompoundStabilityAnalysis> |
Implements
System.IEquatable<T>