Revit 2025.3 API
Insulation |
Returns the ids of the lining elements associated to a given element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ICollection<ElementId> GetLiningIds( Document document, ElementId elemId )
Public Shared Function GetLiningIds ( document As Document, elemId As ElementId ) As ICollection(Of ElementId)
public: static ICollection<ElementId^>^ GetLiningIds( Document^ document, ElementId^ elemId )
static member GetLiningIds : document : Document * elemId : ElementId -> ICollection<ElementId>
Parameters
Return Value
ICollectionElementIdA collection of the ids of the lining elements.

Exception | Condition |
---|---|
ArgumentException | This id does not represent a duct, fitting, or accessory element. |
ArgumentNullException | A non-optional argument was null |
See Also