GetExteriorLayers

IList<CompoundStructureLayer> GetExteriorLayers(this CompoundStructure cs)

Gets all exterior layers (before core boundary).

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Exterior layers list.

Example

var ext = cs.GetExteriorLayers();