LoadCombination.Create
Description:
Creates a new LoadCombination.
Creates a new LoadCombination.
Overloads (2):
public static LoadCombination Create(
Document document,
string name,
LoadCombinationType type,
LoadCombinationState state
)
-
documentThe Document to which new load combination element will be added.
-
StringnameThe name of the load combination.
-
typeThe type of the load combination.
-
stateThe state of the load combination.
-
The given name is not unique
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration