VECDeleteField()

  VECAddField and VECCreateLayer

Description

VECDeleteField() is used to delete a field in an existing vector layer.

Call Signature

void VECDeleteField ( int/string filespec, int segment_num, string field_name )

Return Value

void

This has no return value.

Arguments

int/string filespec:

This can either be the handle returned by DBOpen(), or the name of an open file.

int segment_num:

The vector layer (segment) number being accessed.

string field_name:

The name of the field deleted.

Remarks

Some file formats do not support this operation.

See also

GDB file functions

GDB vector file functions

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.