RVTDocs.com

InsulationLiningBase.GetInsulationIds

Method
Description:
Returns the ids of the insulation elements associated to a given element.
Syntax
public static ICollection<ElementId> GetInsulationIds(
	Document document,
	ElementId elemId
)
Parameters
Parameter Type Description
document Document The document.
elemId ElementId The element.
Return Value
Type Description
ICollection A collection of the ids of the insulation elements.
Exceptions
Exception Condition
ArgumentException This id does not represent a valid host for insulation.
ArgumentNullException A non-optional argument was null