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
)
Return Value nullNothingnullptr The newly created load case element if successful, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.