Class PlanetaryConnectionCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
PlanetaryConnectionCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetaryConnectionCompoundSteadyStateSynchronousResponse : ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public PlanetaryConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponse> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionSteadyStateSynchronousResponse> |
ConnectionDesign
Declaration
public PlanetaryConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
Implements
System.IEquatable<T>