Get the list of the internally IfcPresentationLayerAssignments and their respective shape representations.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.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() |