Class DatumCompoundParametricStudyTool
Inheritance
System.Object
DatumCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DatumCompoundParametricStudyTool : ComponentCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<DatumParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DatumParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<DatumParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DatumParametricStudyTool> |
ComponentDesign
Declaration
public Datum ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Datum |
PropertiesChangingAllLoadCases
Declaration
public DatumLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
Type | Description |
---|---|
DatumLoadCase |
Implements
System.IEquatable<T>