Class MicrophoneArrayCompoundCriticalSpeedAnalysis
Inheritance
System.Object
MicrophoneArrayCompoundCriticalSpeedAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneArrayCompoundCriticalSpeedAnalysis : SpecialisedAssemblyCompoundCriticalSpeedAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneArrayCriticalSpeedAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayCriticalSpeedAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneArrayCriticalSpeedAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayCriticalSpeedAnalysis> |
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>