| Revit 2022 API |
| PanelScheduleData..::..SetBorderAroundSections Method |
| PanelScheduleData Class See Also |
Adds a border around the sections
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public void SetBorderAroundSections( ElementId borderId ) |
| Visual Basic |
|---|
Public Sub SetBorderAroundSections ( _ borderId As ElementId _ ) |
| Visual C++ |
|---|
public: void SetBorderAroundSections( ElementId^ borderId ) |
Parameters
- borderId
- Type: Autodesk.Revit.DB..::..ElementId
The border to set around the sections
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |