RVTDocs.com

RebarHostData.GetRebarHostDirectNeighbors

Method
Description:
Returns a set of ElementIds for Elements joined to the provided host element.
Remarks:
This function returns the first level of neighbors for the provided host, meaning elements that are joined directly to the provided host element (not the neighbors of the joined elements also). These elements can also host reinforcement.
Syntax
public static ISet<ElementId> GetRebarHostDirectNeighbors(
	Element hostElement
)
Parameters
Parameter Type Description
hostElement Element The host element. Must be an element that can host reinforcement.
Return Value
Type Description
ISet The neighbor ids.
Exceptions
Exception Condition
ArgumentException hostElement is not a valid rebar host.
ArgumentNullException A non-optional argument was null