Class BoltCompoundParametricStudyTool
Inheritance
System.Object
BoltCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class BoltCompoundParametricStudyTool : ComponentCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BoltParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BoltParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BoltParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BoltParametricStudyTool> |
ComponentDesign
Declaration
public Bolt ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Bolt |
PropertiesChangingAllLoadCases
Declaration
public BoltLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
| Type | Description |
|---|---|
| BoltLoadCase |
Implements
System.IEquatable<T>