GetTotalThickness
double GetTotalThickness(this CompoundStructure cs)Gets the total thickness (width) of all layers.
Parameters
- csCompoundStructure
The compound structure.
Returns: Total thickness in feet (internal units).
Example
double total = cs.GetTotalThickness();