Class ParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ParametricStudyTool : AnalysisCase, IEquatable<APIBase>
Properties
LoadCase
Declaration
public StaticLoadCase LoadCase { get; }
Property Value
Type | Description |
---|---|
StaticLoadCase |
ParametricAnalysisOptions
Declaration
public ParametricStudyToolOptions ParametricAnalysisOptions { get; }
Property Value
Type | Description |
---|---|
ParametricStudyToolOptions |
TimeSeriesLoadCase
Declaration
public TimeSeriesLoadCase TimeSeriesLoadCase { get; }
Property Value
Type | Description |
---|---|
TimeSeriesLoadCase |
Implements
System.IEquatable<T>