Click or drag to resize

layerCollectionInsert Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

index
Type: SystemInt32
item
Type: SystemObject

Implements

IListTInsert(Int32, T)
See Also