RVTDocs.com

CompoundStructure.SetParticipatesInWrapping

Method
Description:
Assigns if a layer is included in wrapping at inserts and ends.
Remarks:
This method applies only to interior and exterior shell layers.
Syntax
public void SetParticipatesInWrapping(
	int layerIdx,
	bool participatesInWrapping
)
Parameters
Parameter Type Description
layerIdx Int32 The index of the layer.
participatesInWrapping Boolean True if the specified layer will participate in wrapping at inserts and ends, false otherwise.
Return Value
Exceptions
Exception Condition
ArgumentException The wrapping of the layer is not valid.
ArgumentOutOfRangeException The layer index is out of range.