FabricationConfigurationSeamExists Method

Checks to see if the specified seam 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 SeamExists(
	int seamId
)

Parameters

seamId  Int32
The seam identifier to check.

Return Value

Boolean
Returns true if the seam exists.
See Also