Class MicrophoneSystemDeflection
Inheritance
System.Object
MicrophoneSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneSystemDeflection : ComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Microphone ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Microphone |
ComponentLoadCase
Declaration
public MicrophoneLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
MicrophoneLoadCase |
PowerFlowResults
Declaration
public MicrophonePowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
MicrophonePowerFlow |
Implements
System.IEquatable<T>