M

RebarSpliceTypeUtils.GetAllRebarSpliceTypes

Description:
Gets all the Rebar Splice Types elements from the document.
Remarks:
Internally this function is returning all element ids from a FilteredElementCollector of category BuiltInCategory.OST_RebarSpliceType.
public static IList<ElementId> GetAllRebarSpliceTypes(
	Document document
)
Return Value IList<ElementId> Returns all the Rebar Splice Types elements from the document.