RVTDocs.com

RebarSpliceTypeUtils.GetAllRebarSpliceTypes

Method
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.
Syntax
public static IList<ElementId> GetAllRebarSpliceTypes(
	Document document
)
Parameters
Parameter Type Description
document Document The document.
Return Value
Type Description
IList Returns all the Rebar Splice Types elements from the document.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null