RebarCrankTypeUtilsGetAllRebarCrankTypes Method |
Gets all the Rebar Crank Types elements from the document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static IList<ElementId> GetAllRebarCrankTypes(
Document document
)
Public Shared Function GetAllRebarCrankTypes (
document As Document
) As IList(Of ElementId)
public:
static IList<ElementId^>^ GetAllRebarCrankTypes(
Document^ document
)
static member GetAllRebarCrankTypes :
document : Document -> IList<ElementId>
Parameters
- document Document
-
The document.
Return Value
IListElementId
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