IFCHybridImportGetIFCStepIdToElementIdMap Method

Retrieves the association between the original IFC STEP identifiers and the created or updated Elements.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IDictionary<string, ElementId> GetIFCStepIdToElementIdMap()

Return Value

IDictionaryString, ElementId
See Also