Class ConnectionStaticLoadCaseGroup<TConnection, TConnectionStaticLoad>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectionStaticLoadCaseGroup<TConnection, TConnectionStaticLoad>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups.DesignEntityStaticLoadCaseGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConnectionStaticLoadCaseGroup<TConnection, TConnectionStaticLoad> : DesignEntityStaticLoadCaseGroup, IEquatable<APIBase> where TConnection : Connection where TConnectionStaticLoad : ConnectionLoadCase
Type Parameters
Name | Description |
---|---|
TConnection | |
TConnectionStaticLoad |
Properties
Connection
Declaration
public TConnection Connection { get; }
Property Value
Type | Description |
---|---|
TConnection |
ConnectionLoadCases
Declaration
public ReadOnlyCollection<TConnectionStaticLoad> ConnectionLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TConnectionStaticLoad> |
Implements
System.IEquatable<T>