LoadCombination.Create(Document, String)
Method
Description:
Creates a new default LoadCombination.
Creates a new default LoadCombination.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The Document to which new load combination element will be added. |
name | String | The name of the load combination. |
Return Value
Type | Description |
---|---|
LoadCombination | The newly created load combination element if successful, otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given name is not unique |
ArgumentNullException | A non-optional argument was null |