RVTDocs.com

CompoundStructure.SetLayers

Method
Description:
Completely resets this CompoundStructure and applies a new set of layers.
Remarks:
This function will replace all existing layers with the contents of the input. This provides a full reset for the CompoundStructure. Therefore:
Syntax
public void SetLayers(
	IList<CompoundStructureLayer> layers
)
Parameters
Parameter Type Description
layers IList The layers to be set.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null