Click or drag to resize

CLSTDelItem Method

Removes an item from the list. All items below it are shifted up one.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DelItem(
	int item
)

public void DelItem(
	int item
)

Parameters

item
Type: SystemInt32
Item Number to Delete
See Also