RVTDocs.com

FabricationConfiguration.GetDamperName

Method
Description:
Gets the damper name from its identifier.
Syntax
public string GetDamperName(
	int damperId
)
Parameters
Parameter Type Description
damperId Int32 The damper identifier.
Return Value
Type Description
String The damper name.
Exceptions
Exception Condition
ArgumentException The damper does not exist.