Revit 2026 API
Compound |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static CompoundStructure CreateSimpleCompoundStructure( IList<CompoundStructureLayer> layers )
Public Shared Function CreateSimpleCompoundStructure ( layers As IList(Of CompoundStructureLayer) ) As CompoundStructure
public: static CompoundStructure^ CreateSimpleCompoundStructure( IList<CompoundStructureLayer^>^ layers )
static member CreateSimpleCompoundStructure : layers : IList<CompoundStructureLayer> -> CompoundStructure
Parameters
- layers IListCompoundStructureLayer
Return Value
CompoundStructureSee Also