| Revit 2018 API |
| CompoundStructure..::..GetLayers Method |
| CompoundStructure Class See Also |
A copy of the layers which define this compound structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
| C# |
|---|
public IList<CompoundStructureLayer> GetLayers() |
| Visual Basic |
|---|
Public Function GetLayers As IList(Of CompoundStructureLayer) |
| Visual C++ |
|---|
public: IList<CompoundStructureLayer^>^ GetLayers() |