CompoundStructure.GetLayerWidth
Method
Description:
Retrieves the width of a specified layer.
Retrieves the width of a specified layer.
Parameters
Parameter | Type | Description |
---|---|---|
layerIdx | Int32 | Index of a layer in the CompoundStructure. |
Return Value
Type | Description |
---|---|
Double | The width of the specified layer. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The layer index is out of range. |