2024 Method
Changes 0
M

CompoundStructure.SetLayers

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:
public void SetLayers(
	IList<CompoundStructureLayer> layers
)