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