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

Parameters

rec
Type: SystemInt32
Record number to delete
See Also