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