Share

FabricationConfiguration.GetDamperName Method

Gets the damper name from its identifier.


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

Syntax

C#

public string GetDamperName(
	int damperId
)

Parameters

damperId  Int32
The damper identifier.

Return Value

String
The damper name.

Exceptions

ExceptionCondition
ArgumentException The damper does not exist.

See Also

Reference

Was this information helpful?