<Code Lib>
2025 Method
Changes 0
M

InsulationLiningBase.GetLiningIds

Description:
Returns the ids of the lining elements associated to a given element.

public static ICollection<ElementId> GetLiningIds(
	Document document,
	ElementId elemId
)

Return Value ICollection<ElementId> A collection of the ids of the lining elements.

Loading…