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