ElementChangeTypeId(Document, ICollectionElementId, ElementId) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- document Document
-
- elementIds ICollectionElementId
-
- typeId ElementId
-
Return Value
IDictionaryElementId,
ElementId
See Also