Revit 2026 API
Fabrication |
Gets the damper name from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetDamperName( int damperId )
Public Function GetDamperName ( damperId As Integer ) As String
public: String^ GetDamperName( int damperId )
member GetDamperName : damperId : int -> string
Parameters
- damperId Int32
- The damper identifier.
Return Value
StringThe damper name.
| Exception | Condition |
|---|---|
| ArgumentException | The damper does not exist. |
See Also