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