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