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