Get the list of the internally IfcPresentationLayerAssignments and their respective shape representations.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public IDictionary<string, IList<IFCAnyHandle>> GetPresentationLayerAssignments() |
Visual Basic |
---|
Public Function GetPresentationLayerAssignments As IDictionary(Of String, IList(Of IFCAnyHandle)) |
Visual C++ |
---|
public:
IDictionary<String^, IList<IFCAnyHandle^>^>^ GetPresentationLayerAssignments() |
Return Value
The map.
See Also