M

LoadCombination.Create

Description:
Creates a new default LoadCombination.
Overloads (2):
public static LoadCombination Create(
	Document document,
	string name
)
  • document
    The Document to which new load combination element will be added.
  • String
    name
    The name of the load combination.
Return Value LoadCombination The newly created load combination element if successful, otherwise.
  • The given name is not unique -or- name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~".
  • A non-optional argument was null