2020 Method
Changes 0
M

CompoundStructure.SetLayer

Description:
Sets a single layer for this CompoundStructure.
Remarks:
This function does not support addition of new layers, use SetLayers() to change the number of layers.
public void SetLayer(
	int layerIdx,
	CompoundStructureLayer layer
)