Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public IList<CompoundStructureLayer> GetLayers() |
Visual Basic |
---|
Public Function GetLayers As IList(Of CompoundStructureLayer) |
Visual C++ |
---|
public: IList<CompoundStructureLayer^>^ GetLayers() |