Click or drag to resize

layerStackAddLayer Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the layer - defines new layer within the stack

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public layerCollection AddLayer(
	string __name,
	string __description
)
Request Example View Source

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.

Return Value

Type: layerCollection
See Also