Class CVTCompoundParametricStudyTool
Inheritance
System.Object
CVTCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CVTCompoundParametricStudyTool : BeltDriveCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CVTParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTParametricStudyTool> |
PropertiesChangingAllLoadCases
Declaration
public CVTLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
Type | Description |
---|---|
CVTLoadCase |
Implements
System.IEquatable<T>