|
Description
VECSetVertices() is used to writes a list of vertices to a shape in a vector layer.
Call Signature
void VECSetVertices ( int/string filespec , int segment_num, int shape, int count, Vertex ptr vertices )
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.
int shape:
The shape id for which the vertices are to be fetched.
int count:
The number of vertices to be written.
Vertex ptr vertices:
The array of Vertex structures containing the points to write.
See also
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.