A copy of the layers which define this compound structure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public IList<CompoundStructureLayer> GetLayers() |
| Visual Basic |
|---|
Public Function GetLayers As IList(Of CompoundStructureLayer) |
| Visual C++ |
|---|
public: IList<CompoundStructureLayer^>^ GetLayers() |