StiffenerLaminateRemoveLayer Method

Remove a layer by layerId. Note, layerId is 1 indexed.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool RemoveLayer(
	int layerId
)

Parameters

layerId  Int32

Return Value

Boolean
False if the layerId does not correspond with a layer.

See Also