The name of the category to which this load belongs.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public string LoadCategoryName { get; } |
Visual Basic |
---|
Public ReadOnly Property LoadCategoryName As String
Get |
Visual C++ |
---|
public:
property String^ LoadCategoryName {
String^ get ();
} |
See Also