Click or drag to resize

CLTBAddRecord Method

Add a new record.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddRecord(
	string key,
	ref int rec
)

public void AddRecord(
	string key,
	ref int rec
)

Parameters

key
Type: SystemString
Key name
rec
Type: SystemInt32
Returned record number
Remarks
If the record exists, the existing record is cleared and the record number is returned.
See Also