M

LoadCombination.Create

Description:
Creates a new LoadCombination.
Overloads (2):
Create(Document,String,LoadCombinationType,LoadCombinationState)
public static LoadCombination Create(
	Document document,
	string name,
	LoadCombinationType type,
	LoadCombinationState state
)
  • document
    The Document to which new load combination element will be added.
  • String
    name
    The name of the load combination.
  • type
    The type of the load combination.
  • state
    The state of the load combination.
Return Value LoadCombination The newly created load combination element if successful, otherwise.