ReverseLayers

bool ReverseLayers(this CompoundStructure cs)

Reverses the order of all layers.

Parameters

  • csCompoundStructure

    The compound structure.

Returns: True if successful; otherwise false.

Example

cs.ReverseLayers();