Click or drag to resize
CLSTCreate Method
creates a user controllable list. The list is empty when created.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CLST Create(
	int i1
)

Parameters

i1
Type: SystemInt32
Width of the list to make. This number should be large enough for both the item name and the item value. Must be > 2 and <= 4096.

Return Value

Type: CLST
Handle to the List Object.
See Also