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