RemoveLastLayer
bool RemoveLastLayer(this CompoundStructure cs)Removes the last layer (interior).
Parameters
- csCompoundStructure
The compound structure.
Returns: True if successful; otherwise false.
Example
cs.RemoveLastLayer();bool RemoveLastLayer(this CompoundStructure cs)Removes the last layer (interior).
The compound structure.
cs.RemoveLastLayer();