Class ExcitationForceCombination
public class ExcitationForceCombination
- Inheritance
-
ExcitationForceCombination
- Inherited Members
- Extension Methods
Constructors
ExcitationForceCombination()
public ExcitationForceCombination()
ExcitationForceCombination(string, double, List<ExcitationForceLoadCase>)
public ExcitationForceCombination(string name, double dT, List<ExcitationForceLoadCase> records)
Parameters
namestringdTdoublerecordsList<ExcitationForceLoadCase>
Properties
Name
public string Name { get; set; }
Property Value
dT
public double dT { get; set; }
Property Value
records
public List<ExcitationForceLoadCase> records { get; set; }