NAME
DtShapeGetVertexCount - Get the number of vertices in the
shape.
SYNOPSIS
#include <Dt.h>
int DtShapeGetVertexCount( int shapeID, int *count )
DESCRIPTION
DtShapeGetVertexCount() returns the number of vertices in
the shape indicated by the shapeID via the pointer to the
count parameter.
DIAGNOSTICS
DtShapeGetVertexCount() returns one on success and zero on
failure.
FILES
Link with -lDtOMio