Class CVTBeltConnectionCompoundParametricStudyTool
Inheritance
System.Object
CVTBeltConnectionCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CVTBeltConnectionCompoundParametricStudyTool : BeltConnectionCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<CVTBeltConnectionParametricStudyTool> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTBeltConnectionParametricStudyTool> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTBeltConnectionParametricStudyTool> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTBeltConnectionParametricStudyTool> |
Implements
System.IEquatable<T>