Class PlanetaryConnectionCompoundSteadyStateSynchronousResponseOnAShaft
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetaryConnectionCompoundSteadyStateSynchronousResponseOnAShaft
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 PlanetaryConnectionCompoundSteadyStateSynchronousResponseOnAShaft : ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponseOnAShaft, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponseOnAShaft> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponseOnAShaft> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponseOnAShaft> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponseOnAShaft> |
ConnectionDesign
Declaration
public PlanetaryConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
Implements
System.IEquatable<T>