InsulationLiningBase.GetInsulationIds Method
Returns the ids of the insulation elements associated to a given element.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetInsulationIds( Document document, ElementId elemId )
Parameters
document
Document
The document.
elemId
ElementId
The element.
Return Value
ICollection
<
ElementId
>
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
See Also
Reference
InsulationLiningBase Class
Autodesk.Revit.DB Namespace