<Code Lib>
M

RebarHostData.GetRebarHostData

Description:
Gets a RebarHostData object referring to the specified rebar host element.
Remarks:
Returns null for elements that cannot ever be rebar hosts, such as levels.

public static RebarHostData GetRebarHostData(
	Element host
)

  • host
    An element to host rebar.
Return Value RebarHostData A RebarHostData object, or .

Loading…