2027 Method
Changes 0
M

CompoundStructure.GetNumberOfShellLayers

Description:
Retrieves the number of interior or exterior shell layers.
Remarks:
There could be no core layers. You can change the shell/core layer boundary using SetNumberOfShellLayers(ShellLayerType, Int32).
public int GetNumberOfShellLayers(
	ShellLayerType shellLayerType
)
  • shellLayerType
    If ShellLayerType.Exterior return the number of exterior shell layers (or top shell layers for a roof, floor, or ceiling type). If ShellLayerType.Interior return the number of interior shell layers (or bottom shell layers for a roof, floor, or ceiling type).
Return Value Int32 The number of shell layers in the interior or exterior shell, as specified by shellLayerType.