Revit 2025.3 API
IFCHybrid |
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IDictionary<IFCGuidKey, ElementId> CreateMap( Document doc, IList<ElementId> elementIds )
Public Function CreateMap ( doc As Document, elementIds As IList(Of ElementId) ) As IDictionary(Of IFCGuidKey, ElementId)
public: IDictionary<IFCGuidKey^, ElementId^>^ CreateMap( Document^ doc, IList<ElementId^>^ elementIds )
member CreateMap : doc : Document * elementIds : IList<ElementId> -> IDictionary<IFCGuidKey, ElementId>
Parameters
Return Value
IDictionaryIFCGuidKey, ElementIdSee Also