CompoundStructure.IsStructuralDeck
Method
Description:
Determines whether a specified layer is a structural deck.
Determines whether a specified layer is a structural deck.
Parameters
| Parameter | Type | Description |
|---|---|---|
| layerIdx | Int32 | Index of a layer in the CompoundStructure. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if specified layer is a structural deck, and false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The layer index is out of range. |