Creates a non-vertically compound structure comprised of parallel layers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static CompoundStructure CreateSimpleCompoundStructure( IList<CompoundStructureLayer> layers )
Parameters
- layers IList<CompoundStructureLayer>
- An array which describes the parallel layers of this compound structure.
Return Value
CompoundStructureA newly created compound structure.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | One or more layers is not valid. |
| ArgumentNullException | A non-optional argument was null |
