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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int hGetNextItem(
	int ph_class,
	int ph_token
)

Parameters

ph_class
Type: SystemInt32
Class
ph_token
Type: SystemInt32
Starting Item (must <define>H_META_INVALID_TOKEN</define> for first item)

Return Value

Type: Int32
x - Next Item <define>H_META_INVALID_TOKEN</define> - No more items
See Also