GetLayerThickness

double GetLayerThickness(this CompoundStructure cs, int layerIndex)

Gets the thickness of a specific layer (in feet).

Parameters

  • csCompoundStructure

    The compound structure.

  • layerIndexint

    The layer index.

Returns: Layer thickness (feet).

Example

double t = cs.GetLayerThickness(0);