CompoundStructure.GetRegionsAssociatedToLayer
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.
-
layerIdxThe index of a layer in this CompoundStructure.
Return Value
IList<int>
An array of region ids which are associated to the specified layer.
-
The layer index is out of range.