2027 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
)
  • Int32
    layerIdx
    Index of a layer in the CompoundStructure. The layer index is zero based. It counts from the exterior of wall and from the top of roofs, floors and ceilings.
  • layer
    The layer to be set.