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