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.
  • name
    The name of the load combination.
Return Value LoadCombination The newly created load combination element if successful, otherwise.