Class MicrophoneAdvancedSystemDeflection
Inheritance
System.Object
MicrophoneAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneAdvancedSystemDeflection : ComponentAdvancedSystemDeflection, 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 |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<MicrophoneSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneSystemDeflection> |
Implements
System.IEquatable<T>