FabricationConfiguration.DamperExists Method

Checks to see if the specified damper exists.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool DamperExists(
	int damperId
)

Parameters

damperId  Int32
The damper identifier to check.

Return Value

Boolean
Returns true if the damper exists.

See Also

Reference

FabricationConfiguration Class
Autodesk.Revit.DB Namespace