CreateMap Method


IFCHybrid Import Create Map 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 IList ElementId

Return Value

IDictionary IFCGuidKey , ElementId
See Also