Click or drag to resize

CMETAhGetNextItem Method

Count the number of items in a class

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int hGetNextItem(
	int ph_class,
	int ph_token
)

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