LaminateRemoveLayer Method

Removes a layer from the laminate.

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 specified layer is not found.

See Also