Indicates if it is the default load classification, and its name is Other.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public bool Other { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Other As Boolean Get |
| Visual C++ |
|---|
public: property bool Other { bool get (); } |