SetLayers Method


Compound Structure Set Layers Method

Completely resets this CompoundStructure and applies a new set of layers.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetLayers(
	IList<CompoundStructureLayer> layers
)

Parameters

layers IList CompoundStructureLayer
The layers to be set.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
This function will replace all existing layers with the contents of the input. This provides a full reset for the CompoundStructure. Therefore:
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →