RebarSpliceTypeUtils.GetAllRebarSpliceTypes
Method
Description:
Gets all the Rebar Splice Types elements from the document.
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.
Internally this function is returning all element ids from a FilteredElementCollector of category BuiltInCategory.OST_RebarSpliceType.
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 |