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