Class SpringDamperCompoundPowerFlow
Inheritance
System.Object
SpringDamperCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SpringDamperCompoundPowerFlow : CouplingCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SpringDamperPowerFlow> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpringDamperPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperPowerFlow> |
AssemblyDesign
Declaration
public SpringDamper AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamper |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public SpringDamper ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamper |
Implements
System.IEquatable<T>