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