Click or drag to resize
CLTBAddRecord Method
Add a new record.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the record exists, the existing record is cleared and the record number is returned.
Syntax
public void AddRecord(
	string key,
	ref int rec
)

Parameters

key
Type: SystemString
Key name
rec
Type: SystemInt32
Returned record number
See Also