Class SpringDamperConnectionCompoundParametricStudyTool
Inheritance
System.Object
SpringDamperConnectionCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SpringDamperConnectionCompoundParametricStudyTool : CouplingConnectionCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public SpringDamperConnection ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<SpringDamperConnectionParametricStudyTool> ConnectionAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionParametricStudyTool> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpringDamperConnectionParametricStudyTool> ConnectionAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionParametricStudyTool> |
ConnectionDesign
Declaration
public SpringDamperConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperConnection |
Implements
System.IEquatable<T>