Class CVTPulleyCompoundStabilityAnalysis
Inheritance
System.Object
CVTPulleyCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CVTPulleyCompoundStabilityAnalysis : PulleyCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CVTPulleyStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CVTPulleyStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTPulleyStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CVTPulleyStabilityAnalysis> |
Implements
System.IEquatable<T>