Class RollingRingConnectionCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingConnectionCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingConnectionCompoundDynamicAnalysis : InterMountableComponentConnectionCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingConnectionDynamicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionDynamicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingConnectionDynamicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionDynamicAnalysis> |
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionCompoundDynamicAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionCompoundDynamicAnalysis> |
Implements
System.IEquatable<T>