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