Click or drag to resize
CLSTSort Method
Sorts a list.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Sort(
	int type,
	int ord
)

Parameters

type
Type: SystemInt32
<define>LST_ITEM</define> data to sort on
ord
Type: SystemInt32
0 - Ascending, 1 - Decending
See Also