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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the record exists, the existing record is cleared and the record number is returned.
Syntax
public void AddRecord(
	string str1,
	ref int i2
)

Parameters

str1
Type: SystemString
key name
i2
Type: SystemInt32
returned record number
See Also