Class CoaxialConnectionCompoundSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CoaxialConnectionCompoundSteadyStateSynchronousResponseAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesAtASpeed.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CoaxialConnectionCompoundSteadyStateSynchronousResponseAtASpeed : ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponseAtASpeed, IEquatable<APIBase>
Properties
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>