GetFinish1Layers

IEnumerable<CompoundStructureLayer> GetFinish1Layers(this CompoundStructure cs)

Gets all finish 1 layers (exterior finish).

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Finish1 layers.

Example

var layers = cs.GetFinish1Layers();