CompoundStructure.ParticipatesInWrapping
Method
Description:
Identifies if a layer is included in wrapping at inserts and ends.
Identifies 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.
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. |