Class TimeSeriesLoadCaseGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TimeSeriesLoadCaseGroup
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TimeSeriesLoadCaseGroup : AbstractLoadCaseGroup, IEquatable<APIBase>
Properties
CompoundMultibodyDynamicsAnalysis
Declaration
public CompoundMultibodyDynamicsAnalysis CompoundMultibodyDynamicsAnalysis { get; }
Property Value
Type | Description |
---|---|
CompoundMultibodyDynamicsAnalysis |
LoadCases
Declaration
public ReadOnlyCollection<TimeSeriesLoadCase> LoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TimeSeriesLoadCase> |
Methods
AnalysisOf(AnalysisType)
Declaration
public CompoundAnalysis AnalysisOf(AnalysisType analysisType)
Parameters
Type | Name | Description |
---|---|---|
AnalysisType | analysisType |
Returns
Type | Description |
---|---|
CompoundAnalysis |
Delete()
Declaration
public void Delete()
Implements
System.IEquatable<T>