GetFinish2Layers

IEnumerable<CompoundStructureLayer> GetFinish2Layers(this CompoundStructure cs)

Gets all finish 2 layers (interior finish).

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Finish2 layers.

Example

var layers = cs.GetFinish2Layers();