M

LoadCase.Create

Description:
Creates a new LoadCase.
Remarks:
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
)
  • document
    The Document to which new load case element will be added.
  • String
    name
    The name of the load case.
  • natureId
    The load nature ID.
  • loadCaseCategory
    The predefined load case category.
Return Value LoadCase The newly created load case element if successful, otherwise.