CompoundStructure.SetDeckEmbeddingType
Method
Description:
Sets the deck embedding type to use for the specified structural deck.
Sets the deck embedding type to use for the specified structural deck.
Parameters
Parameter | Type | Description |
---|---|---|
layerIdx | Int32 | Index of a layer in the CompoundStructure. |
embedType | StructDeckEmbeddingType | The embedding type to be used by the specified layer if it is a structural deck. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The layer is not a structural deck. |
ArgumentOutOfRangeException | The layer index is out of range. -or- A value passed for an enumeration argument is not a member of that enumeration |