FabricationConfigurationStiffenerExists Method

Checks to see if the specified stiffener exists in the fabrication database.

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

Parameters

stiffenerId  Int32
The stiffener identifier to check.

Return Value

Boolean
Returns true if the stiffener exists.
See Also