2024 Method
Changes 0
M

CompoundStructure.GetRegionsAssociatedToLayer

Description:
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.
public IList<int> GetRegionsAssociatedToLayer(
	int layerIdx
)
  • Int32
    layerIdx
    The index of a layer in this CompoundStructure.
Return Value IList<int> An array of region ids which are associated to the specified layer.