Deconstructs a load combination providing access to useful information.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Load Combo | LoadCombination | The load combination to deconstruct. | No |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Name | System.String | The load combination name. |
| 2 | ID | System.Int32 | The unique ID of the load combination. This is the index (0-based) of the load combination in the list of combinations that was analyzed. |
| 3 | Include P-Delta | System.Boolean | Whether the load combination is set to include P-Delta effects. |
| 4 | Contexts | List<CombinationDesignType> | List of design contexts associated with the load combination. |
| 5 | Seismic | System.Boolean | Whether the load combination is marked as seismic. |
| 6 | Wind | System.Boolean | Whether the load combination is marked as wind. |
| 7 | Omega | System.Boolean | Whether the load combination is marked as Omega. |
| 8 | Lateral | System.Boolean | Whether the load combination is a lateral load combination. Returns true if either seismic or wind are true. Otherwise, returns false. |
