FabricationConfigurationGetStiffenerName Method

Gets the stiffener name from its database identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public string GetStiffenerName(
	int stiffenerId
)

Parameters

stiffenerId  Int32
The stiffener database identifier.

Return Value

String
The stiffener name.
Exceptions
ExceptionCondition
ArgumentException The stiffener does not exist.
See Also