Click or drag to resize

layerStackItem Property (String)

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

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

Parameters

__name
Type: SystemString
The name.

Property Value

Type: layerCollection
The layerCollection.

Return Value

Type: layerCollection
See Also