Class ConceptCouplingConnectionCompoundSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
ConceptCouplingConnectionCompoundSteadyStateSynchronousResponseAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesAtASpeed.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>