FabricationConfigurationGetAllSeamIds Method

Gets all available seam identifiers.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<int> GetAllSeamIds()

Return Value

IListInt32
Returns an array of available seam identifiers.
See Also