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