ExporterIFCGetPresentationLayerAssignments Method

Get the list of the internally IfcPresentationLayerAssignments and their respective shape representations.

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

Return Value

IDictionaryString, IListIFCAnyHandle
The map.
See Also