<Code Lib>
M

RebarCrankTypeUtils.GetAllRebarCrankTypes

Description:
Gets all the Rebar Crank Types elements from the document.
Remarks:
Internally this function is returning all element ids from a FilteredElementCollector of category BuiltInCategory.OST_RebarCrankType.

public static IList<ElementId> GetAllRebarCrankTypes(
	Document document
)

Return Value IList<ElementId> Returns all the Rebar Crank Types elements from the document.

Loading…