CompoundStructure.SetParticipatesInWrapping
Description:
Assigns if a layer is included in wrapping at inserts and ends.
Assigns if a layer is included in wrapping at inserts and ends.
Remarks:
This method applies only to interior and exterior shell layers.
This method applies only to interior and exterior shell layers.
public void SetParticipatesInWrapping(
int layerIdx,
bool participatesInWrapping
)
-
Int32layerIdxIndex 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.
-
BooleanparticipatesInWrappingTrue if the specified layer will participate in wrapping at inserts and ends, false otherwise.
-
The wrapping of the layer is not valid.
-
The layer index is out of range.