FabricationConfigurationGetAllSeamIds Method |
Gets all available seam identifiers.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<int> GetAllSeamIds()
Public Function GetAllSeamIds As IList(Of Integer)
public:
IList<int>^ GetAllSeamIds()
member GetAllSeamIds : unit -> IList<int>
Return Value
IListInt32
Returns an array of available seam identifiers.
See Also