Class ConnectionLoadCase
Inheritance
System.Object
ConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConnectionLoadCase : ConnectionAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public Connection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Connection |
ConnectionDesign
Declaration
public Connection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
Connection |
StaticLoadCase
Declaration
public StaticLoadCase StaticLoadCase { get; }
Property Value
Type | Description |
---|---|
StaticLoadCase |
TimeSeriesLoadCase
Declaration
public TimeSeriesLoadCase TimeSeriesLoadCase { get; }
Property Value
Type | Description |
---|---|
TimeSeriesLoadCase |
Implements
System.IEquatable<T>