GetCoreLayers
IList<CompoundStructureLayer> GetCoreLayers(this CompoundStructure cs)Gets all core layers (between core boundaries).
Parameters
- csCompoundStructure
The compound structure.
Returns: Core layers list.
Example
var core = cs.GetCoreLayers();