CompoundStructure.GetRegionsAssociatedToLayer
Method
Description:
Gets the set of region ids associated to a particular layer.
Gets the set of region ids associated to a particular layer.
Remarks:
Regions are associated to layers. In a vertically compound structure, more than one region may be associated to a single layer.
Regions are associated to layers. In a vertically compound structure, more than one region may be associated to a single layer.
Parameters
Parameter | Type | Description |
---|---|---|
layerIdx | Int32 | The index of a layer in this CompoundStructure. |
Return Value
Type | Description |
---|---|
IList | An array of region ids which are associated to the specified layer. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The layer index is out of range. |