Class RollingRingCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingCompoundParametricStudyTool
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 RollingRingCompoundParametricStudyTool : CouplingHalfCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingParametricStudyTool> |
ComponentDesign
Declaration
public RollingRing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRing |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingCompoundParametricStudyTool> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingCompoundParametricStudyTool> |
Implements
System.IEquatable<T>