Click or drag to resize
CLTBDeleteRecord Method
Delete a 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
Record numbers after the deleted record will be reduced by 1.
Syntax
public void DeleteRecord(
	int i1
)

Parameters

i1
Type: SystemInt32
record number to delete
See Also