Revit 2025.3 API
ElementChange |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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