Class ConnectionLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConnectionLoadCase : ConnectionAnalysis, IEquatable<APIBase>
Properties
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>