A string representing the nature of the load.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public string LoadNatureName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LoadNatureName As String
Get |
| Visual C++ |
|---|
public:
property String^ LoadNatureName {
String^ get ();
} |
See Also