LoadNatureCreate Method

Creates a new LoadNature.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static LoadNature Create(
	Document document,
	string name
)

Parameters

document  Document
The Document to which new load nature element will be added.
name  String
The name of the load nature.

Return Value

LoadNature
The newly created load nature element if successful, otherwise.
Exceptions
ExceptionCondition
ArgumentException The given name is not unique
ArgumentNullException A non-optional argument was null
See Also