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