Revit 2025 API
Element |
Returns the ids of this filter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetIdsToInclude()
Public Function GetIdsToInclude As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetIdsToInclude()
member GetIdsToInclude : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe collection of ids.
See Also