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