FabricationConfigurationGetSeamName Method

Gets the seam 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 GetSeamName(
	int seamId
)

Parameters

seamId  Int32
The seam database identifier.

Return Value

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