Click or drag to resize

layerCollection Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the layerCollection class.

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

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__parent
Type: imbSCI.Data.collection.layerslayerStack
The parent.
__id
Type: SystemInt32
The identifier.
See Also