Click or drag to resize

layerStackWhereIs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Where is the specified item, returns -1 if it is not in the layer stack

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

Parameters

item
Type: SystemObject
The item.

Return Value

Type: Int32
See Also