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
)
-
Int32layerIdxThe index of the layer.
-
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.