Revit 2026 API
ElementChange |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IDictionary<ElementId, ElementId> ChangeTypeId( Document document, ICollection<ElementId> elementIds, ElementId typeId )
Public Shared Function ChangeTypeId ( document As Document, elementIds As ICollection(Of ElementId), typeId As ElementId ) As IDictionary(Of ElementId, ElementId)
public: static IDictionary<ElementId^, ElementId^>^ ChangeTypeId( Document^ document, ICollection<ElementId^>^ elementIds, ElementId^ typeId )
static member ChangeTypeId : document : Document * elementIds : ICollection<ElementId> * typeId : ElementId -> IDictionary<ElementId, ElementId>
Parameters
Return Value
IDictionaryElementId, ElementIdSee Also