LoadBase.LoadCaseName Property

LoadBaseLoadCaseName Property

The name of the load case to which this load belongs.

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

Property Value

String
See Also