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