Click or drag to resize

layerStackRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified item. Returns false if the specified item was not found in any layer of the stack

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool Remove(
	Object item
)
Request Example View Source

Parameters

item
Type: SystemObject
The item.

Return Value

Type: Boolean
See Also