Class SpringDamperConnectionCompoundStabilityAnalysis
Inheritance
System.Object
SpringDamperConnectionCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpringDamperConnectionCompoundStabilityAnalysis : CouplingConnectionCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public SpringDamperConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
SpringDamperConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<SpringDamperConnectionStabilityAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionStabilityAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpringDamperConnectionStabilityAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionStabilityAnalysis> |
ConnectionDesign
Declaration
public SpringDamperConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
SpringDamperConnection |
Implements
System.IEquatable<T>