| Revit 2022.1 API |
| LoadBase..::..LoadNatureName Property |
| LoadBase Class See Also |
A string representing the nature of the load.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public string LoadNatureName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LoadNatureName As String Get |
| Visual C++ |
|---|
public: property String^ LoadNatureName { String^ get (); } |