RVTDocs.com

CompoundStructure.ParticipatesInWrapping

Method
Description:
Identifies if a layer is included in wrapping at inserts and ends.
Remarks:
This method applies only to interior and exterior shell layers.
Syntax
public bool ParticipatesInWrapping(
	int layerIdx
)
Parameters
Parameter Type Description
layerIdx Int32 The index of the layer.
Return Value
Type Description
Boolean If true, then the layer participates in wrapping at inserts and openings. If false, the layer will not participate in wrapping.
Exceptions
Exception Condition
ArgumentOutOfRangeException The layer index is out of range.