Click or drag to resize
CMETAhGetNextItem Method
Count the number of items in a class

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int hGetNextItem(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Class
i2
Type: SystemInt32
Starting Item (must H_META_INVALID_TOKENConstant for first item)

Return Value

Type: Int32
x - Next Item H_META_INVALID_TOKENConstant - No more items
See Also