Changes in 2020 vs 2027 2 changed
Flip API Versions →Changed members
LoadCombination.Create(Document, String)
| document | Document | The Document to which new load combination element will be added. |
| name | String | The name of the load combination. |
| → returns | nullNothingnullptr→LoadCombination | The newly created load combination element if successful, otherwise. |
LoadCombination.Create(Document, String, LoadCombinationType, LoadCombinationState)
| document | Document | The Document to which new load combination element will be added. |
| name | String | The name of the load combination. |
| type | LoadCombinationType | The type of the load combination. |
| state | LoadCombinationState | The state of the load combination. |
| → returns | nullNothingnullptr→LoadCombination | The newly created load combination element if successful, otherwise. |