Class BearingCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingCompoundSteadyStateSynchronousResponse : ConnectorCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BearingSteadyStateSynchronousResponse> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSteadyStateSynchronousResponse> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BearingSteadyStateSynchronousResponse> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSteadyStateSynchronousResponse> |
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
Planetaries
Declaration
public ReadOnlyCollection<BearingCompoundSteadyStateSynchronousResponse> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingCompoundSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>