Click or drag to resize

StructuralLoadCombinationDataBaseTReference Class

[This is preliminary documentation and is subject to change.]

Base class of an object that holds information about a load case which is part of a StructuralLoadCombination
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.SubtypesStructuralLoadCombinationDataBaseTReference
    ModelExchanger.AnalysisDataModel.SubtypesStructuralLoadCombinationData

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public class StructuralLoadCombinationDataBase<TReference> : IEquatable<StructuralLoadCombinationDataBase<TReference>>
where TReference : class

Type Parameters

TReference

The StructuralLoadCombinationDataBaseTReference type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFactor
The factor that will be applied to the load case
Public propertyLoadCase
The load case that is part of the combination
Public propertyMultiplier
The multiplier that will be applied to the load case
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(StructuralLoadCombinationDataBaseTReference)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also