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