Class ShaftCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
ShaftCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftCompoundSteadyStateSynchronousResponse : AbstractShaftCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ShaftSteadyStateSynchronousResponse> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftSteadyStateSynchronousResponse> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftSteadyStateSynchronousResponse> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftSteadyStateSynchronousResponse> |
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
Planetaries
Declaration
public ReadOnlyCollection<ShaftCompoundSteadyStateSynchronousResponse> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftCompoundSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>