Share

Element.ChangeTypeId(Document, ICollection<ElementId>, ElementId) Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static IDictionary<ElementId, ElementId> ChangeTypeId(
	Document document,
	ICollection<ElementId> elementIds,
	ElementId typeId
)

Parameters

document  Document
 
elementIds  ICollection<ElementId>
 
typeId  ElementId
 

Return Value

IDictionary<ElementId, ElementId>

See Also

Reference

Was this information helpful?