Creates a non-vertically compound structure comprised of parallel layers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- layers
- Type: System.Collections.GenericIListCompoundStructureLayer
An array which describes the parallel layers of this compound structure.
Return Value
A newly created compound structure.Remarks
All layers are in the core, i.e. there are no shell layers created.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | One or more layers is not valid. |
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |