Class MicrophoneArrayCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
MicrophoneArrayCompoundModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneArrayCompoundModalAnalysisAtAStiffness : SpecialisedAssemblyCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneArrayModalAnalysisAtAStiffness> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayModalAnalysisAtAStiffness> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneArrayModalAnalysisAtAStiffness> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayModalAnalysisAtAStiffness> |
AssemblyDesign
Declaration
public MicrophoneArray AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
MicrophoneArray |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public MicrophoneArray ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MicrophoneArray |
Implements
System.IEquatable<T>