<Code Lib>
2026 Method
Changes 0
M

CompoundStructure.AssociateRegionWithLayer

Description:
Associates a region with a layer.

public void AssociateRegionWithLayer(
	int regionId,
	int layerIdx
)

  • Int32
    regionId
    The id of a region.
  • 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.

Loading…