Class ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad>
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 ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad> : PartStaticLoadCaseGroup, IEquatable<APIBase> where TReal : Component where TComponentStaticLoad : ComponentLoadCase
Type Parameters
Name | Description |
---|---|
TReal | |
TComponentStaticLoad |
Properties
Component
Declaration
public TReal Component { get; }
Property Value
Type | Description |
---|---|
TReal |
ComponentLoadCases
Declaration
public ReadOnlyCollection<TComponentStaticLoad> ComponentLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TComponentStaticLoad> |
Implements
System.IEquatable<T>