Gets all the Rebar Crank Types elements from the document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> GetAllRebarCrankTypes(
Document document
)
Parameters
- document Document
-
The document.
Return Value
IList<ElementId>
Returns all the Rebar Crank Types elements from the document.
Exceptions
Remarks
Internally this function is returning all element ids from a FilteredElementCollector of category BuiltInCategory.OST_RebarCrankType.
See Also
Reference