Click or drag to resize

layerStackItem Property (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the layerCollection with the specified identifier.

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public layerCollection this[
	int id
] { get; }
Request Example View Source

Parameters

id
Type: SystemInt32
The identifier.

Property Value

Type: layerCollection
The layerCollection.

Return Value

Type: layerCollection
See Also