LoadBase.LoadCategoryName Property

LoadBaseLoadCategoryName Property

The name of the category to which this load belongs.

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

Property Value

String
See Also