Class CouplingCompoundParametricStudyTool
Inheritance
System.Object
CouplingCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CouplingCompoundParametricStudyTool : SpecialisedAssemblyCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CouplingParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CouplingParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingParametricStudyTool> |
Implements
System.IEquatable<T>