ClearNonStructuralLayers

int ClearNonStructuralLayers(this CompoundStructure cs)

Clears all non-structural layers.

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Number of removed layers.

Example

int removed = cs.ClearNonStructuralLayers();