IFCHybridImportCreateMap Method


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IDictionary<IFCGuidKey, ElementId> CreateMap(
	Document doc,
	IList<ElementId> elementIds
)

Parameters

doc  Document
 
elementIds  IListElementId
 

Return Value

IDictionaryIFCGuidKey, ElementId
See Also