LoadBase.LoadNatureName Property

LoadBaseLoadNatureName Property

A string representing the nature of the load.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string LoadNatureName { get; }
Public ReadOnly Property LoadNatureName As String
	Get
public:
property String^ LoadNatureName {
	String^ get ();
}
member LoadNatureName : string with get

Property Value

String
See Also