LoadCase.Create
Description:
Creates a new LoadCase.
Creates a new LoadCase.
Remarks:
This method is designed to create LoadCase that is associated with one of the predefined category.
This method is designed to create LoadCase that is associated with one of the predefined category.
Overloads (2):
Create(Document,String,ElementId,LoadCaseCategory)
public static LoadCase Create(
Document document,
string name,
ElementId natureId,
LoadCaseCategory loadCaseCategory
)
-
documentThe Document to which new load case element will be added.
-
StringnameThe name of the load case.
-
natureIdThe load nature ID.
-
loadCaseCategoryThe predefined load case category.
-
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