Changes in 2025 vs 2022 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 | LoadCombination→nullNothingnullptr | The newly created load combination element if successful, null Nothing nullptr a null reference ( Nothing in Visual Basic) 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 | LoadCombination→nullNothingnullptr | The newly created load combination element if successful, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise. |