LoadCombination Constructor |
3D Frame Analysis Library
Construction
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public LoadCombination(
string _name,
ComboType _type
)
Public Sub New (
_name As String,
_type As ComboType
)
Parameters
- _name
- Type: SystemString
Load combination name, eg "1.35G + 1.50Q" - _type
- Type: Frame3DComboType
Combination type of the load cases that belong to this load combination
See Also