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