GetSubstrateLayers
IEnumerable<CompoundStructureLayer> GetSubstrateLayers(this CompoundStructure cs)Gets all substrate layers.
Parameters
- csCompoundStructure
The compound structure.
Returns: Substrate layers.
Example
var layers = cs.GetSubstrateLayers();