Class InterMountableComponentConnectionLoadCase
Inheritance
System.Object
InterMountableComponentConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class InterMountableComponentConnectionLoadCase : ConnectionLoadCase, IEquatable<APIBase>
Properties
AdditionalModalDampingRatio
Declaration
public Overridable<double> AdditionalModalDampingRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
ConnectionDesign
Declaration
public InterMountableComponentConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| InterMountableComponentConnection |
Implements
System.IEquatable<T>