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