Class FEPartCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartCompoundSteadyStateSynchronousResponse
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 FEPartCompoundSteadyStateSynchronousResponse : AbstractShaftOrHousingCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<FEPartSteadyStateSynchronousResponse> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSteadyStateSynchronousResponse> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<FEPartSteadyStateSynchronousResponse> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSteadyStateSynchronousResponse> |
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
Planetaries
Declaration
public ReadOnlyCollection<FEPartCompoundSteadyStateSynchronousResponse> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartCompoundSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>