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