Class MicrophoneCompoundSteadyStateSynchronousResponseOnAShaft
Inheritance
System.Object
MicrophoneCompoundSteadyStateSynchronousResponseOnAShaft
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesOnAShaft.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneCompoundSteadyStateSynchronousResponseOnAShaft : ComponentCompoundSteadyStateSynchronousResponseOnAShaft, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneSteadyStateSynchronousResponseOnAShaft> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneSteadyStateSynchronousResponseOnAShaft> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneSteadyStateSynchronousResponseOnAShaft> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneSteadyStateSynchronousResponseOnAShaft> |
ComponentDesign
Declaration
public Microphone ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Microphone |
Implements
System.IEquatable<T>